You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ws...@apache.org on 2008/02/11 06:16:15 UTC

svn commit: r620415 - /maven/archetype/trunk/archetype-plugin/pom.xml

Author: wsmoak
Date: Sun Feb 10 21:16:15 2008
New Revision: 620415

URL: http://svn.apache.org/viewvc?rev=620415&view=rev
Log:
Must specify project and scm urls because the directory name does not match the artifact id.

Modified:
    maven/archetype/trunk/archetype-plugin/pom.xml

Modified: maven/archetype/trunk/archetype-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-plugin/pom.xml?rev=620415&r1=620414&r2=620415&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-plugin/pom.xml (original)
+++ maven/archetype/trunk/archetype-plugin/pom.xml Sun Feb 10 21:16:15 2008
@@ -17,11 +17,19 @@
   <artifactId>maven-archetype-plugin</artifactId>
 
   <name>Maven Archetype Plugin</name>
+  <url>http://maven.apache.org/plugins/maven-archetype-plugin</url>
   <packaging>maven-plugin</packaging>
 
   <prerequisites>
     <maven>2.0.7</maven>
   </prerequisites>
+  
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/archetype/trunk/archetype-plugin</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archetype/trunk/archetype-plugin</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-plugin</url>
+  </scm>
+
 
   <dependencies>
     <dependency>