You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2007/01/11 01:56:15 UTC

svn commit: r495071 - in /maven/maven-1/plugins/trunk/dashboard/src/plugin-test: common/project.xml testIndividualReportsNotGeneratedByDashboard/project.xml

Author: aheritier
Date: Wed Jan 10 16:56:14 2007
New Revision: 495071

URL: http://svn.apache.org/viewvc?view=rev&rev=495071
Log:
javancss 1.3 plugin has an invalid pom which isn't supported by maven 1.1 RC1

Modified:
    maven/maven-1/plugins/trunk/dashboard/src/plugin-test/common/project.xml
    maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsNotGeneratedByDashboard/project.xml

Modified: maven/maven-1/plugins/trunk/dashboard/src/plugin-test/common/project.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/dashboard/src/plugin-test/common/project.xml?view=diff&rev=495071&r1=495070&r2=495071
==============================================================================
--- maven/maven-1/plugins/trunk/dashboard/src/plugin-test/common/project.xml (original)
+++ maven/maven-1/plugins/trunk/dashboard/src/plugin-test/common/project.xml Wed Jan 10 16:56:14 2007
@@ -49,12 +49,16 @@
       <type>plugin</type>
     </dependency>
     <!-- We need to be sure the JavaNCSS plugin is downloaded for the tests -->
+    <!-- Temporarly disabled - This plugin contains an invalid POM -->
+    <!-- Maven 1.1 RC1 is more strict than before -->
+    <!--
     <dependency>
       <groupId>maven-plugins</groupId>
       <artifactId>maven-javancss-plugin</artifactId>
       <version>1.3</version>
       <type>plugin</type>
     </dependency>
+    -->
   </dependencies>
   <build>
     <defaultGoal>testPlugin</defaultGoal>

Modified: maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsNotGeneratedByDashboard/project.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsNotGeneratedByDashboard/project.xml?view=diff&rev=495071&r1=495070&r2=495071
==============================================================================
--- maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsNotGeneratedByDashboard/project.xml (original)
+++ maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsNotGeneratedByDashboard/project.xml Wed Jan 10 16:56:14 2007
@@ -42,7 +42,11 @@
     <report>maven-junit-report-plugin</report>
     <report>maven-simian-plugin</report>
     <report>maven-tasklist-plugin</report>
+    <!-- Temporarly disabled - This plugin contains an invalid POM -->
+    <!-- Maven 1.1 RC1 is more strict than before -->
+    <!--
     <report>maven-javancss-plugin</report>
+    -->
     <report>maven-jira-plugin</report>
   </reports>
 </project>