[ 
http://jira.codehaus.org/browse/MJAVADOC-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=264851#action_264851
 ] 

David Biesack commented on MJAVADOC-303:
----------------------------------------

Thanks for the clarification. I referred to 
http://maven.apache.org/pom.html#Properties which is misleading - it does not 
document the syntax for properties but says "Maven properties are value 
placeholder, like properties in Ant." so I mistakenly assumed Ant syntax, and 
the other examples in <activation> which use

        <property>
          <name>mavenVersion</name>
          <value>2.0.3</value>
        </property>
syntax.

I'll submit a doc bug report.

> Project reports label for JavaDocs contains pom property name instead.
> ----------------------------------------------------------------------
>
>                 Key: MJAVADOC-303
>                 URL: http://jira.codehaus.org/browse/MJAVADOC-303
>             Project: Maven 2.x Javadoc Plugin
>          Issue Type: Bug
>    Affects Versions: 2.7
>         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