I just need to put them in a different dir :) http://people.apache.org/~simonetripodi/ http://www.99soft.org/
On Mon, Apr 11, 2011 at 11:59 AM, Antonio Petrelli <[email protected]> wrote: > 2011/4/11 Simone Tripodi <[email protected]> > >> Hi all guys, >> I configured the assembly plugin to produce zip/tar.gz artifacts in a >> non default assembly <outputDirectory>. >> >> Assembly plugin configuration looks like: >> >> </executions> >> <configuration> >> >> >> <outputDirectory>${project.build.directory}/XXX/bin/${project.version}</outputDirectory> >> <attach>true</attach> <!-- not required but >> explicitly set --> >> <descriptors> >> >> <descriptor>${basedir}/src/main/assembly/bin.xml</descriptor> >> </descriptors> >> </configuration> >> >> and *(zip|tar.gz).asc are not produced; just removing the >> <outputDirectory>, *(zip|tar.gz).asc are generated, but I need them in >> a different place :P >> > > Where do you want to put those assemblies? You might want to use the Maven > Wagon plugin to copy them, instead of configuring the assembly plugin. > Can you explain what you are trying to accomplish? > > Antonio > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
