Author: olamy
Date: Mon Dec 14 23:06:23 2009
New Revision: 890540
URL: http://svn.apache.org/viewvc?rev=890540&view=rev
Log:
exclude more maven 2 dependencies.
Modified:
maven/plugins/branches/maven-site-plugin-3.x/pom.xml
Modified: maven/plugins/branches/maven-site-plugin-3.x/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-3.x/pom.xml?rev=890540&r1=890539&r2=890540&view=diff
==============================================================================
--- maven/plugins/branches/maven-site-plugin-3.x/pom.xml (original)
+++ maven/plugins/branches/maven-site-plugin-3.x/pom.xml Mon Dec 14 23:06:23
2009
@@ -300,7 +300,11 @@
<exclusion>
<groupId>org.apache.maven</groupId>
<artifactId>maven-repository-metadata</artifactId>
- </exclusion>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-project</artifactId>
+ </exclusion>
</exclusions>
</dependency>