Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
5.5.1
-
None
Description
The maven-war-plugin will install snapshot version dependencies using their timestamp qualified name but the maven-bundle-plugin used to generate the Bundle-ClassPath strips off the timestamp qualifier.
The fix is to make use of the archive file name mapping to strip off the qualifier in for the embedded dependencies.
This is only a problem during development as we never release with SNAPSHOT dependencies.