-
Notifications
You must be signed in to change notification settings - Fork 920
Update bundled maven to 3.9.14 #9252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -39,16 +39,18 @@ requires.nb.javac=true | |
|
|
||
| test-unit-sys-prop.test.netbeans.dest.dir=${netbeans.dest.dir} | ||
|
|
||
| # TODO update when embedded maven updates | ||
|
|
||
| # Classpath for agent injected into maven run (sourcecode in mavensrc) | ||
| mavensrc.cp=:\ | ||
| ./external/aether-api-1.13.1.jar:\ | ||
| ${libs.json_simple.dir}/modules/ext/json-simple-1.1.1.jar:\ | ||
| ${maven.embedder.dir}/maven/boot/plexus-classworlds-2.9.0.jar:\ | ||
| ${maven.embedder.dir}/maven/lib/javax.annotation-api-1.3.2.jar:\ | ||
| ${maven.embedder.dir}/maven/lib/javax.inject-1.jar:\ | ||
| ${maven.embedder.dir}/maven/lib/maven-core-3.9.12.jar:\ | ||
| ${maven.embedder.dir}/maven/lib/maven-model-3.9.12.jar:\ | ||
| ${maven.embedder.dir}/maven/lib/maven-plugin-api-3.9.12.jar:\ | ||
| ${maven.embedder.dir}/maven/lib/maven-resolver-api-1.9.25.jar:\ | ||
| ${maven.embedder.dir}/maven/lib/org.eclipse.sisu.plexus-0.9.0.M4.jar:\ | ||
| ${maven.embedder.dir}/maven/lib/maven-core-3.9.14.jar:\ | ||
| ${maven.embedder.dir}/maven/lib/maven-model-3.9.14.jar:\ | ||
| ${maven.embedder.dir}/maven/lib/maven-plugin-api-3.9.14.jar:\ | ||
| ${maven.embedder.dir}/maven/lib/maven-resolver-api-1.9.27.jar:\ | ||
| ${maven.embedder.dir}/maven/lib/org.eclipse.sisu.plexus-1.0.0.jar:\ | ||
|
Comment on lines
+42
to
+55
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. maven updates have to adjust those paths too now, but build should fail without it so it can't be easily overlooked (#9120)
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ok, and we need aether sonatype for backward compatibility but LGTM |
||
| ${maven.embedder.dir}/maven/lib/plexus-utils-3.6.0.jar | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
todo: update before merge