Add Maven FOLIO repository configuration and improve dependency parser#12
Merged
okolawole-ebsco merged 1 commit intomasterfrom Oct 31, 2025
Merged
Add Maven FOLIO repository configuration and improve dependency parser#12okolawole-ebsco merged 1 commit intomasterfrom
okolawole-ebsco merged 1 commit intomasterfrom
Conversation
… parser Purpose: Enable Maven-based FOLIO module evaluation in devcontainer with proper FOLIO repository access and enhance Maven dependency parsing to handle multi-module projects correctly. Approach: - Added Maven settings.xml with FOLIO repository configuration and HTTP blocker exclusions for devcontainer - Configured devcontainer to copy Maven settings during postCreateCommand - Implemented proper XML parsing for Maven packaging type detection - Enhanced Maven goal selection to use aggregate-add-third-party for POM packaging - Added integration test infrastructure with dedicated npm scripts - Improved error handling and logging for Maven operations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose: Enable Maven-based FOLIO module evaluation in devcontainer with proper FOLIO repository access. This resolves HTTP blocking errors when Maven attempts to download FOLIO SNAPSHOT dependencies and improves dependency parsing for multi-module Maven projects.
Approach:
https://repository.folio.org/repository/maven-folio/andhttps://repository.folio.org/repository/snapshots/)folio-nexus,folio-snapshots) and commonly accessed snapshot repositories (apache.snapshots,index-data-nexus)~/.m2/settings.xmllicense:aggregate-add-third-partyfor parent POMs (packaging=pom) andlicense:add-third-partyfor regular modulestest:unitandtest:integrationfor targeted test execution