You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2005/12/14 21:17:44 UTC

svn commit: r356854 - /maven/plugins/trunk/maven-surefire-plugin/pom.xml

Author: jvanzyl
Date: Wed Dec 14 12:17:40 2005
New Revision: 356854

URL: http://svn.apache.org/viewcvs?rev=356854&view=rev
Log:
o need the release plugin goop so the tag will be made in the right place, the 2.0 plugin parent points at components not plugins

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

Modified: maven/plugins/trunk/maven-surefire-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-surefire-plugin/pom.xml?rev=356854&r1=356853&r2=356854&view=diff
==============================================================================
--- maven/plugins/trunk/maven-surefire-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-surefire-plugin/pom.xml Wed Dec 14 12:17:40 2005
@@ -61,6 +61,16 @@
     </site>
   </distributionManagement>
   <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-release-plugin</artifactId>
+          <configuration>
+            <tagBase>https://svn.apache.org/repos/asf/maven/plugins/tags</tagBase>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
     <extensions>
       <extension>
         <groupId>org.apache.maven.wagon</groupId>