Author: bentmann Date: Tue Aug 5 04:39:47 2008 New Revision: 682680 URL: http://svn.apache.org/viewvc?rev=682680&view=rev Log: o Added project description o Updated to maven-doxia-tools:1.0.1 o Updated to plexus-utils:1.5.6
Modified: maven/plugins/trunk/maven-linkcheck-plugin/pom.xml Modified: maven/plugins/trunk/maven-linkcheck-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-linkcheck-plugin/pom.xml?rev=682680&r1=682679&r2=682680&view=diff ============================================================================== --- maven/plugins/trunk/maven-linkcheck-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-linkcheck-plugin/pom.xml Tue Aug 5 04:39:47 2008 @@ -33,6 +33,7 @@ <packaging>maven-plugin</packaging> <name>Maven Linkcheck Plugin</name> + <description>This plugin allows you to generate a linkcheck report of your project's documentation.</description> <prerequisites> <maven>2.0.6</maven> @@ -79,7 +80,7 @@ <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-doxia-tools</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0.1</version> </dependency> <!-- doxia --> @@ -140,17 +141,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>1.4.6</version> + <version>1.5.6</version> </dependency> </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.3</version> - </plugin> - </plugins> - </build> </project>