You need to add an <scm> element when you update to maven-plugins:10.
[EMAIL PROTECTED] wrote:
Author: vsiveton
Date: Thu Nov 15 04:09:48 2007
New Revision: 595283
URL: http://svn.apache.org/viewvc?rev=595283&view=rev
Log:
o bumped to maven-plugins:10
o removed junit dependency
Modified:
maven/plugins/trunk/maven-clean-plugin/pom.xml
Modified: maven/plugins/trunk/maven-clean-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/pom.xml?rev=595283&r1=595282&r2=595283&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-clean-plugin/pom.xml Thu Nov 15 04:09:48 2007
@@ -22,9 +22,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>maven-plugins</artifactId>
<groupId>org.apache.maven.plugins</groupId>
- <version>8</version>
+ <artifactId>maven-plugins</artifactId>
+ <version>10</version>
</parent>
<artifactId>maven-clean-plugin</artifactId>
@@ -68,12 +68,6 @@
</dependency>
<!-- Test -->
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-plugin-testing-harness</artifactId>
--
Dennis Lundberg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]