Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Not A Bug
-
Affects Version/s: 2.7
-
Fix Version/s: None
-
Labels:None
-
Environment:Windows XPSP2, Maven 2.2.1, Java 1.6u18
-
Testcase included:yes
-
Number of attachments :
Description
When a pom.xml defines a property, such as
<properties>
<name>java.language.version</name><value>1.6</value>
</properties>
then the project info reports uses the property name for the 'Document' label of the Javadoc report
in site/project-reports.html
i.e. the generated HTML is
file:///U:/dev/maven-bugs/MPIR-javadoc/target/site/apidocs/index.html
<tr class="b"><td><a href="apidocs/index.html">java.language.version</a></td>
<td>JavaDoc API documentation.</td>
See attached pom.xml
Your syntax for properties is wrong. It should be like this: