brett 2003/10/30 03:44:41
Modified: . Tag: MAVEN_RC2_UNSTABLE project.xml
Log:
Need to disable these reports until appropriate plugin dependencies are given
Revision Changes Path
No revision
No revision
1.317.2.1 +6 -7 maven/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven/project.xml,v
retrieving revision 1.317
retrieving revision 1.317.2.1
diff -u -r1.317 -r1.317.2.1
--- project.xml 28 Oct 2003 00:12:01 -0000 1.317
+++ project.xml 30 Oct 2003 11:44:41 -0000 1.317.2.1
@@ -392,7 +392,6 @@
<dependencies>
<!-- leave dom4j as the first entry or the tests fail -->
-
<dependency>
<id>dom4j</id>
<version>1.4-dev-8</version>
@@ -422,7 +421,6 @@
<version>1.4.1</version>
<url>http://jakarta.apache.org/commons/digester.html</url>
</dependency>
-
<dependency>
<id>commons-jelly</id>
<version>20030902.160215</version>
@@ -466,9 +464,8 @@
<version>1.0-beta-10</version>
<url>http://werkz.codehaus.org/</url>
</dependency>
-
- <!-- Runtime dependencies -->
+ <!-- Runtime dependencies -->
<dependency>
<id>commons-beanutils</id>
<version>1.6.1</version>
@@ -513,11 +510,10 @@
<version>1.0</version>
<url>http://cvs.apache.org/viewcvs.cgi/xml-commons/java/src/org/apache/env/</url>
</dependency>
+
<!-- this is a dependency, but as the classes ship with ant, bootstrap will
fail with linkage errors if it's included and the junit tests are not
- forked
--->
-
+ forked -->
<dependency>
<id>xml-apis</id>
<version>1.0.b2</version>
@@ -550,6 +546,7 @@
<includes>
<include>**/*Test.java</include>
</includes>
+ <!-- TODO - check these out, see why excluded -->
<excludes>
<exclude>**/RepositoryTest.java</exclude>
<exclude>**/JAXPTest.java</exclude>
@@ -599,8 +596,10 @@
<report>maven-junit-report-plugin</report>
<report>maven-tasklist-plugin</report>
<report>maven-jellydoc-plugin</report>
+<!-- TODO [RC2] - omitted until external plugins can be added again
<report>maven-pmd-plugin</report>
<report>maven-simian-plugin</report>
+-->
<report>maven-faq-plugin</report>
<report>maven-multiproject-plugin</report>
</reports>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]