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

Cannot build with maven 3.1.0 #18

Closed
alixwar opened this issue Sep 9, 2013 · 5 comments
Closed

Cannot build with maven 3.1.0 #18

alixwar opened this issue Sep 9, 2013 · 5 comments
Milestone

Comments

@alixwar
Copy link

alixwar commented Sep 9, 2013

Building our project module works fine using maven 3.0.5 but fails in 3.1.0:

built_with_maven_3_1_0_failed

@jdillon
Copy link
Contributor

jdillon commented Sep 9, 2013

The aether api change in 3.1.0 has broken compatibility. Will have a look and see what options there are for resolving.

@jdillon
Copy link
Contributor

jdillon commented Sep 9, 2013

Hrm... now that I think about it, aether is only used for its version helpers... so I'm less sure now why its freaking out here. Will continue to investigate.

@jdillon
Copy link
Contributor

jdillon commented Sep 9, 2013

Fixed in b2c31a9

1.0.6-SNAPSHOT has the changes, if you can verify this works for you, I can roll a release.

Ran a test build with maven 3.0.5 and maven 3.1.0 and it was happy.

@alixwar
Copy link
Author

alixwar commented Sep 10, 2013

Hi, I can confirm that the fix worked. Thanks!

image

@jdillon jdillon closed this as completed Sep 11, 2013
@jdillon
Copy link
Contributor

jdillon commented Sep 11, 2013

1.0.6 is released, should be up on central shortly.

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

No branches or pull requests

2 participants