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>