I use the following :

> <plugin>
> <artifactId>maven-assembly-plugin</artifactId>
> <configuration>
> <finalName>${pom.artifactId}-${pom.version}</finalName>
> <descriptors>
> <descriptor>src/main/assembly/jar-with-dependencies.xml</descriptor>
> </descriptors>
> </configuration>
> <executions>
> <execution>
> <phase>package</phase>
> <goals>
> <goal>single</goal>
> </goals>
> </execution>
> </executions>
> </plugin>

2009/10/23 Nick Stolwijk <nick.stolw...@gmail.com>:
> That should be the right syntax. How did you configure your pom wrt the
> assembly plugin?
>
> With regards,
>
> Nick Stolwijk
> ~Java Developer~
>
> IPROFS BV.
> Claus Sluterweg 125
> 2012 WS Haarlem
> http://www.iprofs.nl
>
>
> On Fri, Oct 23, 2009 at 2:55 PM, Laurent PELLEGRINO <
> laurent.pellegr...@gmail.com> wrote:
>
>> mvn assembly:assenbly
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to