"JavaDocs" does not  appear under the generated reports , even though I have
configured my pom.xml to generate javadoc reports as shown below:

<plugin>
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-javadoc-plugin</artifactId>
       <configuration>
       <aggregate>true</aggregate>
         <links>
           <link>http://java.sun.com/j2se/1.4.2/docs/api</link>
           <link>http://plexus.codehaus.org/ref/1.0-alpha-9/apidocs</link>
         </links>
         <aggregate>true</aggregate>
       </configuration>
     </plugin>

The other reports such as PMD,CPD ,etc are generated.


Jeff  Mutonho

GoogleTalk : ejbengine
Skype        : ejbengine
Registered Linux user number 366042

Reply via email to