Customization of jar-name pattern of classpath-entries inside MANIFEST.MF
-------------------------------------------------------------------------

                 Key: MNG-3573
                 URL: http://jira.codehaus.org/browse/MNG-3573
             Project: Maven 2
          Issue Type: New Feature
          Components: maven-archiver
    Affects Versions: 2.0.8
            Reporter: manuel aldana
            Priority: Critical


i followed manifest-customation as explained in:
http://maven.apache.org/shared/maven-archiver/index.html

what i really miss, is to configure the classpath pattern of the dependency 
jar-names. the only customization of classpath entries is possible by setting 
the classpath prefix (<addClasspath>) and (<classpathMavenRepositoryLayout/>). 
unfortunately it is not possible to set the jar-name pattern itself.

to avoid library name-clashes we got pattern $groupId-$artifactId-$version for 
jars which are put besides the main-jar. by default maven-archiver only sets 
$artifactId-$version. so it would be nice to have a possible configuration like 
<jarPattern> or similar inside maven archive-configuration .

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