You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "John Casey (JIRA)" <ji...@codehaus.org> on 2010/09/23 18:19:33 UTC

[jira] Closed: (MASSEMBLY-325) Pre-defined descriptor for appassembler goodness

     [ http://jira.codehaus.org/browse/MASSEMBLY-325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Casey closed MASSEMBLY-325.
--------------------------------

       Resolution: Won't Fix
    Fix Version/s: 2.2-beta-6
         Assignee: John Casey

out of scope. this is a perfect place to use a custom, standard assembly descriptor that is on a separate release cycle. See:

http://maven.apache.org/plugins/maven-assembly-plugin/examples/sharing-descriptors.html

> 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
>            Assignee: John Casey
>            Priority: Minor
>             Fix For: 2.2-beta-6
>
>
> 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