Set a bogus report in plugin test projects to avoid that the default reports are run.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@433801 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-08-22 23:41:44 +00:00
parent f646c6c037
commit cf8b8c8ef9
3 changed files with 12 additions and 0 deletions

View File

@ -50,4 +50,8 @@
</roles> </roles>
</developer> </developer>
</developers> </developers>
<reports>
<!-- set a bogus report -->
<report>maven-tasklist-plugin</report>
</reports>
</project> </project>

View File

@ -31,4 +31,8 @@
<description>Test for MPXDOC-115</description> <description>Test for MPXDOC-115</description>
<shortDescription>Test for MPXDOC-115</shortDescription> <shortDescription>Test for MPXDOC-115</shortDescription>
<url>/project-info.html</url> <url>/project-info.html</url>
<reports>
<!-- set a bogus report -->
<report>maven-tasklist-plugin</report>
</reports>
</project> </project>

View File

@ -38,5 +38,9 @@
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/xdoc/</developerConnection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/xdoc/</developerConnection>
<url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/xdoc/</url> <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/xdoc/</url>
</repository> </repository>
<reports>
<!-- set a bogus report -->
<report>maven-tasklist-plugin</report>
</reports>
</project> </project>