I have a pom.xml that is using addjars-maven-plugin and the assembly plugin to
make a zip for distribution.
After using the addjars-maven-plugin, the basedir of the project is changed.
When using basedir in the assembly file, you are not where expected.
The only solution I found is to define de custom propertie in the pom.xml
referencing to the right basedir and using the custom propertie in assembly
instead of basedir propertie.
Original issue reported on code.google.com by guillaum...@gmail.com on 29 Apr 2014 at 9:00
Original issue reported on code.google.com by
guillaum...@gmail.com
on 29 Apr 2014 at 9:00