Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6
-
Fix Version/s: 1.8
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
The properties documentation indicates that setting the maven.jar.manifest.classpath.add property to true will add a Classpath: entry to the manifest. What is not mentioned is that the jars need to be tagged with the property <jar.manifest.classpath>true</jar.manifest.classpath> in the project.xml.
This patch fixes this issue. It also fixes several minor errors in the documentation.