Details
-
New Feature
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
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 .
Attachments
Issue Links
- is depended upon by
-
MASSEMBLY-211 assembly plugin and jar plugin disagree about whether to use uniqueVersion snapshot names
- Closed
- relates to
-
MJAR-28 Using the jar plugin with addClasspath and snapshots can create manifest classpath with incorrect jar versions
- Closed