outputFileNameMapping
---------------------

                 Key: MASSEMBLY-350
                 URL: http://jira.codehaus.org/browse/MASSEMBLY-350
             Project: Maven 2.x Assembly Plugin
          Issue Type: Bug
    Affects Versions: 2.2-beta-2
         Environment: unix
            Reporter: Michael Meng
            Priority: Blocker


in the pom.xml file we define the 
   dependency  service version            as SNAPSHOT
   dependency  serviceTools version  as SNAPSHOT

however in the package it created, this dependency show as 
    service-20080826.230044-12.jar and 
    serviceTools-SNAPSHOT.jar

How to make both show as -SNAPSHOT.jar ? 

I defined
<outputFileNameMapping>${artifact.artifactId}-${artifact.baseVersion}.${artifact.extension}</outputFileNameMapping>

but seems not work.

Any suggestion or do you why one show as -SNAPSHOT and other not ?

Thanks




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