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-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to