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)