1
Vote

Maven variable for the <version> node

description

Using a variable within the version node in the pom.xml does not work correctly.
eg:
<version>${buildVersion}</version>
 
Setting the custom variable using the following syntax works fine Java maven project but does not work with nPanday
mvn clean install -DbuildVersion=0.0.0.5
 
The build will complete "successfully" and the DLL will deploy to the local repo as MyLibrary\0.0.0.5\MyLibrary-0.0.0.5.dll but the assembly is not updated correctly.
 
Instead an error is thrown in the AbstractCompilerMojo.
 
View the error log here (http://paste-bin.com/view/36555ecb)

comments

brettporter wrote Nov 24, 2010 at 4:30 AM

Please see https://issues.apache.org/jira/browse/NPANDAY-98

This issue tracker is no longer being actively used.