You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2012/02/27 21:23:43 UTC

svn commit: r1294312 - /maven/plugins/branches/maven-site-plugin-2.x/src/it/MSITE-507/pom.xml

Author: dennisl
Date: Mon Feb 27 20:23:43 2012
New Revision: 1294312

URL: http://svn.apache.org/viewvc?rev=1294312&view=rev
Log:
Remove org.codehaus.mojo:javancss-maven-plugin:2.0 from <reporting>/<plugins> because it makes the IT for MSITE-507 fail, but as far as I can tell it does not have anything to do with the issue itself.

Modified:
    maven/plugins/branches/maven-site-plugin-2.x/src/it/MSITE-507/pom.xml

Modified: maven/plugins/branches/maven-site-plugin-2.x/src/it/MSITE-507/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-2.x/src/it/MSITE-507/pom.xml?rev=1294312&r1=1294311&r2=1294312&view=diff
==============================================================================
--- maven/plugins/branches/maven-site-plugin-2.x/src/it/MSITE-507/pom.xml (original)
+++ maven/plugins/branches/maven-site-plugin-2.x/src/it/MSITE-507/pom.xml Mon Feb 27 20:23:43 2012
@@ -640,14 +640,6 @@
         </reportSets> 
       </plugin> 
       
-      
- 
-      <plugin> 
-        <groupId>org.codehaus.mojo</groupId> 
-        <artifactId>javancss-maven-plugin</artifactId> 
-        <version>2.0</version> 
-      </plugin> 
- 
       <plugin> 
         <groupId>org.apache.maven.plugins</groupId> 
         <artifactId>maven-jxr-plugin</artifactId>