You need to use <executions> and bind to a phase of the lifecycle
(probably package).

You can have multiple executions in the lifecycle, but only one from
the command line (or it wouldn't know which config to assign to
which).

- Brett

On 10/11/05, Brian E. Fox <[EMAIL PROTECTED]> wrote:
> Hello,
> I followed the instructions to define an assembly inside my pom like
> this:
>             <plugin>
>                  <artifactId>maven-assembly-plugin</artifactId>
>                  <version>2.0-beta-1</version>
>                  <configuration>
>
> <descriptor>src/main/assembly/assembly.xml</descriptor>
>
> <finalName>${pom.artifactId}-${pom.version}</finalName>
>                    <outputDirectory>target</outputDirectory>
>                    <workDirectory>target/assembly/work</workDirectory>
>                  </configuration>
>             </plugin>
>
> I'd like to define another assembly (coincidentally for uploading to
> ibiblio) but even if I define my new xml on the command line, it
> completely ignores me and builds my previously defined assembly. What is
> the correct way to deal with multiple assemblies for the same project?
>
> Thanks.
>
>

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

Reply via email to