Dependencies should allow per-group directory or groupId to be added to filename
--------------------------------------------------------------------------------

                 Key: MWEBSTART-167
                 URL: https://jira.codehaus.org/browse/MWEBSTART-167
             Project: Maven 2.x Webstart Plugin
          Issue Type: Improvement
    Affects Versions: 1.0-beta-1
            Reporter: Ramon Casha


When the webstart-maven-plugin assembles all dependencies into the final war 
file, any artifacts with the same artifactId and version (but different 
groupIds) will overwrite each other. 

eg:
dependency 1:
groupId = xxxapi
artifact = core
version = 1.0

dependency 2:
groupId = Application
artifact = core
version = 1.0

Given these two dependencies, the final WAR file will only contain one file 
called core-1.0.jar in the output. Whichever is the second one will overwrite 
the first. 

There are two possible solutions. One is to add the groupId to the filename, 
which gives xxxapi-core-1.0.jar and Application-core-1.0.jar, or else place the 
jar files within subdirectories inside the war file. 

--
This message is automatically generated by JIRA.
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