Tunaki commented on issue #3: Added Documentation for duplicateBehaviour option
URL: 
https://github.com/apache/maven-assembly-plugin/pull/3#issuecomment-366094124
 
 
   It's actually not documented in the Assembly Plugin, because the 
`duplicateBehavior` property comes from the archiver that the plugin uses, not 
from the plugin itself. The plugin uses Plexus Archiver, [which documents 
it](https://codehaus-plexus.github.io/plexus-archiver/apidocs/org/codehaus/plexus/archiver/Archiver.html#setDuplicateBehavior(java.lang.String))
 for all archivers, along with others supported by specific archivers, like the 
`EarArchiver` and its 
[`appxml`](https://codehaus-plexus.github.io/plexus-archiver/apidocs/org/codehaus/plexus/archiver/ear/EarArchiver.html#setAppxml(java.io.File)).
 Note that you could even add your own archiver to handle custom extensions or 
override what Plexus does.
   
   What we should do here is update 
[`archiverConfig`](http://maven.apache.org/plugins/maven-assembly-plugin/single-mojo.html#archiverConfig)
 documentation to point to Plexus Archiver docs (I'm thinking [this 
page](https://codehaus-plexus.github.io/plexus-archiver/apidocs/org/codehaus/plexus/archiver/Archiver.html))

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to