sonatype / install4j-support

Install4j Support
http://sonatype.github.io/install4j-support/
11 stars 11 forks source link

Cannot build with maven 3.1.0 #18

Closed alixwar closed 11 years ago

alixwar commented 11 years ago

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 commented 11 years ago

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

jdillon commented 11 years ago

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 commented 11 years ago

Fixed in b2c31a983bab5bfe2be116dfc32f55fa77cd11b3

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 commented 11 years ago

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

image

jdillon commented 11 years ago

1.0.6 is released, should be up on central shortly.