classifier not included in name of dependency set
-------------------------------------------------

                 Key: MASSEMBLY-201
                 URL: http://jira.codehaus.org/browse/MASSEMBLY-201
             Project: Maven 2.x Assembly Plugin
          Issue Type: Bug
    Affects Versions: 2.2-beta-1
         Environment: 2.2-beta1 assembly plugin
            Reporter: Steve Berczuk


in my assembly descriptor I have
 <dependencySet>
            <outputDirectory>/dir</outputDirectory>
            <unpack>false</unpack>
           
            <includes>
                <include>com.berczuk:appdeps:zip:linux</include>
               <include>com.berczuk:appdeps:zip:win32</include>
                <include>com.berczuk:appdeps:zip:sunos</include>
            </includes>
        </dependencySet>

with the 2.1 plugin my assembly package would create a zip file that contained 
the following files:
dir/   
  appdeps-1.1-linux.zip
   appdeps-1.1-win32.zip
   appdeps-1.1-sunos.zip

now, there is only one zip file named  appdeps-1.1.zip

even if I change the outputFileNameMapping to include the classifier the 
classifier does not appear.

This is a problem since it seemed to work so well before:)

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

        

Reply via email to