On Dec 28, 2007 3:40 PM, Mick Knutson <[EMAIL PROTECTED]> wrote:

> 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>

It's hard to tell without seeing the relevant bits of the assembly
descriptors or knowing what ${env} is supposed to be.

What are you getting as filenames now, and what do you want instead?

In general, the <id> of the assembly descriptor gets appended to the
filename (and used as the classifier).
http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to