I want to append "-${env}" to each of my assembly tar files. Here is what I
have so far:
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-1</version>
<configuration>
<descriptors>
<descriptor>src/assemble/assembly-
descriptor-c2.xml</descriptor>
<descriptor>src/assemble/assembly-
descriptor-utilities.xml</descriptor>
</descriptors>
</configuration>
</plugin>
But how am I going to add
<finalName>final_name</finalName>
so that each one has the correct name?
--
Thanks,
Mick Knutson
http://www.baselogic.com
http://www.blincmagazine.com
http://www.djmick.com
http://www.myspace.com/mickknutson
http://www.myspace.com/BLiNCMagazine
http://tahoe.baselogic.com
---