Project reports label for JavaDocs contains pom property name instead.
----------------------------------------------------------------------

                 Key: MPIR-192
                 URL: http://jira.codehaus.org/browse/MPIR-192
             Project: Maven 2.x Project Info Reports Plugin
          Issue Type: Bug
    Affects Versions: 2.1.2
         Environment: Windows XPSP2, Maven 2.2.1, Java 1.6u18
            Reporter: David Biesack
            Priority: Minor
         Attachments: pom.xml

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


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to