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:
parent
f646c6c037
commit
cf8b8c8ef9
@ -50,4 +50,8 @@
|
||||
</roles>
|
||||
</developer>
|
||||
</developers>
|
||||
<reports>
|
||||
<!-- set a bogus report -->
|
||||
<report>maven-tasklist-plugin</report>
|
||||
</reports>
|
||||
</project>
|
||||
|
||||
@ -31,4 +31,8 @@
|
||||
<description>Test for MPXDOC-115</description>
|
||||
<shortDescription>Test for MPXDOC-115</shortDescription>
|
||||
<url>/project-info.html</url>
|
||||
<reports>
|
||||
<!-- set a bogus report -->
|
||||
<report>maven-tasklist-plugin</report>
|
||||
</reports>
|
||||
</project>
|
||||
|
||||
@ -38,5 +38,9 @@
|
||||
<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>
|
||||
</repository>
|
||||
<reports>
|
||||
<!-- set a bogus report -->
|
||||
<report>maven-tasklist-plugin</report>
|
||||
</reports>
|
||||
</project>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user