Author: jvanzyl Date: Thu Jan 12 08:30:40 2006 New Revision: 368398 URL: http://svn.apache.org/viewcvs?rev=368398&view=rev Log: o using the parent POM setup and updating the the 2.0.1 plugin parent which points at the right site location.
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=368398&r1=368397&r2=368398&view=diff ============================================================================== --- maven/plugins/trunk/maven-surefire-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-surefire-plugin/pom.xml Thu Jan 12 08:30:40 2006 @@ -2,7 +2,7 @@ <parent> <artifactId>maven-plugin-parent</artifactId> <groupId>org.apache.maven.plugins</groupId> - <version>2.0</version> + <version>2.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-surefire-plugin</artifactId> @@ -14,32 +14,7 @@ <name>Joakim Erdfelt</name> <email>[EMAIL PROTECTED]</email> </contributor> - </contributors> - <build> - <extensions> - <extension> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-ssh-external</artifactId> - <version>1.0-alpha-5</version> - </extension> - </extensions> - <pluginManagement> - <plugins> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/plugins/tags</tagBase> - </configuration> - </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/plugins/tags</tagBase> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> + </contributors> <dependencies> <dependency> <groupId>junit</groupId> @@ -69,20 +44,4 @@ <version>2.0</version> </dependency> </dependencies> - <distributionManagement> - <repository> - <id>repo1</id> - <name>Maven Central Plugins Repository</name> - <url>scpexe://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2</url> - </repository> - <snapshotRepository> - <id>snapshots</id> - <name>Maven Central Plugins Development Repository</name> - <url>scpexe://repo1.maven.org/home/projects/maven/repository-staging/snapshots/maven2</url> - </snapshotRepository> - <site> - <id>website</id> - <url>scp://minotaur.apache.org/www/maven.apache.org/plugins/</url> - </site> - </distributionManagement> </project>