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


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