update reports

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@349367 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2005-11-28 04:50:31 +00:00
parent 2b6be811c1
commit af0ddbcfc1
1 changed files with 5 additions and 2 deletions

View File

@ -194,7 +194,7 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
</plugin>
<!-- TODO: needs to be adjusted for the "not a java project" case
<!-- TODO: should be omitted when there are no sources -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jxr-maven-plugin</artifactId>
@ -203,20 +203,23 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>jdepend-maven-plugin</artifactId>
</plugin>
<!-- TODO: should be omitted when there are no tests to run -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>surefire-report-maven-plugin</artifactId>
</plugin>
<!-- TODO: should be omitted when there are no tests to run -->
<plugin>
<artifactId>maven-clover-plugin</artifactId>
</plugin>
<!-- TODO: should be omitted when there are no sources/not java -->
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
<!-- TODO: should be omitted when there are no sources/not java -->
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
</plugin>
-->
</plugins>
</reporting>
</project>