Pre-defined descriptor for appassembler goodness
------------------------------------------------
Key: MASSEMBLY-325
URL: http://jira.codehaus.org/browse/MASSEMBLY-325
Project: Maven 2.x Assembly Plugin
Issue Type: New Feature
Reporter: Paul Smith
Priority: Minor
The predefined assembly descriptors are nice. I'd love to have a built in one
that matched the output of the appassembler plugin, something like:
<assembly>
<formats>
<format>tar.gz</format>
</formats>
<fileSets>
<fileSet>
<includes>
<include>README*</include>
<include>LICENSE*</include>
<include>NOTICE*</include>
</includes>
</fileSet>
<fileSet>
<directory>target/appassembler</directory>
<outputDirectory></outputDirectory>
</fileSet>
</fileSets>
</assembly>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira