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

Reply via email to