Several assembly files have the following style of xml:
./release/jboss-as7/modules/target/classes/external/assembly-component.xml: <outputFileNameMapping>$
{artifact.artifactId}
-$
{version.picketlink}
.$
{artifact.extension}
</outputFileNameMapping>
It should be possible to replace version.xxxx by artifact.version. This would avoid having to explicitly state a version property (it would also make productisation simpler).
|