fix(maven): 支持本地仓库路径并放宽 wrapper 版本校验 - #477
Merged
Merged
Conversation
Treat Maven wrapper distribution versions as a minimum so newer system Maven no longer blocks Run, and add a machine-local localRepositoryPath that launches with -Dmaven.repo.local across Core, Windows, and macOS. Closes #453
Keep localRepositoryPath support and adopt preview's reactor -am behavior for Maven-backed Run/Debug launch plans in the shared Core contract docs.
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.
Summary
-Dmaven.repo.local=<path>。Test plan
./scripts/verify-rust-core.sh./scripts/verify-shared-contracts.sh./scripts/verify-service-boundaries.shbun testMaven / run-maven-context 相关用例(Windows)./scripts/test-macos.sh --filter Maven.mvn/wrapper且 wrapper 版本低于本机 Maven 的项目可直接启动