RogerSangheeGold / addjars-maven-plugin

Automatically exported from code.google.com/p/addjars-maven-plugin
Apache License 2.0
0 stars 0 forks source link

After using the plugin ${basedir} is changed #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Same issue here with version addjars 1.0.5
And then the assembly basedir is 
"target\com.googlecode.addjars.mojo.AddJarsMojo\."

Original comment by F.Fa...@gmail.com on 5 Feb 2015 at 11:13