Wendy Smoak wrote:
> http://maven.apache.org/plugins/maven-assembly-plugin/descriptor-refs.html
>
> If that's not quite it, you can write your own assembly descriptor
> that does exactly what you need.
Where do I have to put the <assembly> tag?
The following doesn't work:
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<assembly>
<containerDescriptorHandlers>
<containerDescriptorHandler>
<bin />
</containerDescriptorHandler>
</containerDescriptorHandlers>
<dependencySets>
<dependencySet>
<outputFileNameMapping />
<useTransitiveDependencies />
</dependencySet>
</dependencySets>
<componentDescriptors />
</assembly>
</configuration>
</plugin>
[INFO] Error reading assemblies: No assembly descriptors found.
Thanks,
Jan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]