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/04/06 10:40:23 UTC

svn commit: r1310229 - /maven/plugins/trunk/maven-site-plugin/src/it/MSITE-507/pom.xml

Author: dennisl
Date: Fri Apr  6 08:40:23 2012
New Revision: 1310229

URL: http://svn.apache.org/viewvc?rev=1310229&view=rev
Log:
Merge r1294312 from maven-site-plugin-2.x branch.

Remove org.codehaus.mojo:javancss-maven-plugin:2.0 from <reporting>/<plugins> because it makes the IT for MSITE-507 fail under Maven 2, but as far as I can tell it does not have anything to do with the issue itself.

Modified:
    maven/plugins/trunk/maven-site-plugin/src/it/MSITE-507/pom.xml

Modified: maven/plugins/trunk/maven-site-plugin/src/it/MSITE-507/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/MSITE-507/pom.xml?rev=1310229&r1=1310228&r2=1310229&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/MSITE-507/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/MSITE-507/pom.xml Fri Apr  6 08:40:23 2012
@@ -661,14 +661,6 @@ under the License.
         </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>