You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Stevo Slavić <ss...@gmail.com> on 2011/09/13 15:44:09 UTC

maven-assembly-plugin, built-in/shared descriptors and custom classifier

Hello Maven users,

It seems that when using built-in descriptors there is no way to
specify custom classifier for produced assembly. single mojo has
classifier parameter but it is marked as deprecated.

http://maven.apache.org/plugins/maven-assembly-plugin/single-mojo.html

If this can not be overridden, then it impacts use of custom shared
descriptors ( http://maven.apache.org/plugins/maven-assembly-plugin/examples/sharing-descriptors.html
)

classifier seems to have been deprecated in favor of using assembly id
but one can not specify assembly id of built-in or shared descriptors.
Is there maybe a workaround to inherit somehow built-in or shared
assembly descriptor? I know about component descriptors, but AFAIK
assembly descriptors (built-in or shared) can not be referenced as
component descriptors.

Regards,
Stevo.

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