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

Trygve Laugstol updated MUNIX-5:
--------------------------------

    Fix Version/s:  1.0-alpha-4

> Add classifier support to packages 
> -----------------------------------
>
>                 Key: MUNIX-5
>                 URL: http://jira.codehaus.org/browse/MUNIX-5
>             Project: Maven 2.x Unix Plugin
>          Issue Type: Improvement
>    Affects Versions: later
>         Environment: Linux
>            Reporter: Erik Drolshammer
>            Priority: Minor
>             Fix For:  1.0-alpha-4
>
>
> The package element use id as classifier by default. That is OK, but it would 
> be nice if it was possible to override this default with a classifier tag. 
> For example
> <packages>
>             <package>              
>               <id>i686</id>
>               <name>32-bit binary</name>
>               <classifier>${idRef} - ${os.version}</classifier>
>               <assembly>
>                 <copy-artifact>
>                   <artifact>com.company:app1-i686:a</artifact>
>                   <toFile>${rpm.path}/bin/app1</toFile>
>                   <attributes>
>                     <user>${rpm.username}</user>
>                     <group>${rpm.groupname}</group>
>                     <mode>6774</mode>
>                   </attributes>
>                 </copy-artifact>
>               </assembly>
>             </package>
> </packages

-- 
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

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to