Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0
-
None
-
None
Description
When the POM contains dependencies to snapshot versions of jars, and snapshot versions of those jars are downloaded from a remote repository, the name of the jar contained in the classpath added to the manifest, of the form artifactID-X.X-SNAPSHOT.jar, does not match the actual name of the jar downloaded, which contains version information of the form artifactID-X.X-YYYYMMDD.HHmmss-V.jar.
This does not affect snapshot versions which have been directly installed into a local repository and have no uploaded version within the remote repository, as these jars are named using the artifactID-X.X-SNAPSHOT.jar form.
Attachments
Attachments
Issue Links
- is related to
-
MASSEMBLY-211 assembly plugin and jar plugin disagree about whether to use uniqueVersion snapshot names
- Closed
-
MSHARED-36 Maven Archiver creates incorrect Class-Path entry in Manifest for deployed snapshots
- Closed
-
MSHARED-32 Customization of jar-name pattern of classpath-entries inside MANIFEST.MF
- Closed
- relates to
-
MDEPLOY-57 <uniqueVersion>false</uniqueVersion> not honored inside <profile>
- Closed
-
MASSEMBLY-67 assembling dependent jars or snapshots uses timestamp formatted version instead of ${version}
- Closed