Skip to content
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

Maven Resolver instead of Eclipse Aether #31

Merged
merged 10 commits into from Feb 21, 2018
Merged

Maven Resolver instead of Eclipse Aether #31

merged 10 commits into from Feb 21, 2018

Conversation

mosabua
Copy link
Member

@mosabua mosabua commented Jul 19, 2017

Upgrade to Maven 3.5.0 and usage of Maven Resolver.

Currently this is blocked by an NPE that is caused by VersionRangeResolver being null. The cause of the null is fixed in Maven master. See apache/maven@66fc74d#diff-3823d220488dec8b664a667b39df7a29L119

So I will need to wait for 3.5.1 in order to release this.

@mosabua mosabua self-assigned this Jul 19, 2017
pom.xml Outdated
<!-- Upgrade to 3.3.9 fails at runtime with NPE, need to investigate -->
<mavenVersion>3.1.0</mavenVersion>
<mavenResolverVersion>1.1.0</mavenResolverVersion>
<mavenVersion>3.5.1-SNAPSHOT</mavenVersion>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently snapshot since 3.5.0 has a bug and 3.5.1 is not yet released.

Signed-off-by: Manfred Moser <manfred@simpligility.com>
Signed-off-by: Manfred Moser <mmoser@apache.org>
@mosabua mosabua merged commit 0c2d7c3 into master Feb 21, 2018
@mosabua mosabua deleted the maven-resolver branch February 21, 2018 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant