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 2008/08/01 01:59:13 UTC

svn commit: r681559 - /maven/plugins/trunk/maven-idea-plugin/pom.xml

Author: dennisl
Date: Thu Jul 31 16:59:12 2008
New Revision: 681559

URL: http://svn.apache.org/viewvc?rev=681559&view=rev
Log:
o Add scm element.

Modified:
    maven/plugins/trunk/maven-idea-plugin/pom.xml

Modified: maven/plugins/trunk/maven-idea-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-idea-plugin/pom.xml?rev=681559&r1=681558&r2=681559&view=diff
==============================================================================
--- maven/plugins/trunk/maven-idea-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-idea-plugin/pom.xml Thu Jul 31 16:59:12 2008
@@ -19,6 +19,12 @@
     <url>http://jira.codehaus.org/browse/MIDEA</url>
   </issueManagement>
 
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-idea-plugin/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-idea-plugin/</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-idea-plugin/</url>
+  </scm>
+
   <build>
     <pluginManagement>
       <plugins>