Author: aheritier
Date: Sun Nov 25 06:31:17 2007
New Revision: 597995
URL: http://svn.apache.org/viewvc?rev=597995&view=rev
Log:
Add SCM settings required with the parent pom for plugins version 10
Modified:
maven/plugins/trunk/maven-eclipse-plugin/pom.xml
Modified: maven/plugins/trunk/maven-eclipse-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/pom.xml?rev=597995&r1=597994&r2=597995&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/pom.xml Sun Nov 25 06:31:17 2007
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
@@ -18,7 +17,6 @@
specific language governing permissions and limitations
under the License.
-->
-
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>maven-plugins</artifactId>
@@ -34,6 +32,11 @@
<prerequisites>
<maven>2.0.1</maven>
</prerequisites>
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-eclipse-plugin/</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-eclipse-plugin/</developerConnection>
+
<url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/</url>
+ </scm>
<issueManagement>
<system>JIRA</system>
<url>http://jira.codehaus.org/browse/MECLIPSE</url>
@@ -179,5 +182,4 @@
<scope>test</scope>
</dependency>
</dependencies>
-
</project>