[MNG-7453] Upgrade Maven Resolver to 1.8.0 in maven-4.x#719
Closed
[MNG-7453] Upgrade Maven Resolver to 1.8.0 in maven-4.x#719
Conversation
Note: current repository change in POM is ONLY to make CI run ITs. This PR is placeholder until maven-resolver 1.8.0 is released, but until then let's see ITs at least.
Comment on lines
+48
to
+59
| <repositories> | ||
| <repository> | ||
| <id>repository.apache.org</id> | ||
| <url>https://repository.apache.org/content/repositories/snapshots</url> | ||
| <releases> | ||
| <enabled>false</enabled> | ||
| </releases> | ||
| <snapshots> | ||
| <enabled>true</enabled> | ||
| </snapshots> | ||
| </repository> | ||
| </repositories> |
Member
There was a problem hiding this comment.
There is in ASF pom ....
https://github.com/apache/maven-apache-parent/blob/master/pom.xml#L110-L129
Is it not the same?
Member
Author
There was a problem hiding this comment.
eh, missed it :) I assumed maven build does not allow snapshots for some reason (and CI builds w/ snapshots would fail)
Member
Author
There was a problem hiding this comment.
Now I remember what I mixed up: not snapshot artifacts, but staged artifacts....
|
Resolve #9138 |
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.
Note: current repository change in POM is ONLY to
make CI run ITs. This PR is placeholder until
maven-resolver 1.8.0 is released, but until then
let's see ITs at least.
https://issues.apache.org/jira/browse/MNG-7453