I'm not sure if this is the right place to point this out, but regardless. The uberjar in beta-0.9 is constructed such that it will with the reactor. To fix this, simply replace the the line in the jelly script which reads:

<property name="dest" value="target/uberjar"/>

with

<property name="dest" value="${maven.build.dir}/target/uberjar"/>

By doing this any projects that use the uberjar plugin will succeed when run through the reactor.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to