Author: carlos Date: Thu Apr 20 16:51:59 2006 New Revision: 395737 URL: http://svn.apache.org/viewcvs?rev=395737&view=rev Log: Point sample to generated report instead of checked in one
Removed: maven/plugins/trunk/maven-surefire-report-plugin/src/site/resources/ Modified: maven/plugins/trunk/maven-surefire-report-plugin/pom.xml maven/plugins/trunk/maven-surefire-report-plugin/src/site/site.xml Modified: maven/plugins/trunk/maven-surefire-report-plugin/pom.xml URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-surefire-report-plugin/pom.xml?rev=395737&r1=395736&r2=395737&view=diff ============================================================================== --- maven/plugins/trunk/maven-surefire-report-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-surefire-report-plugin/pom.xml Thu Apr 20 16:51:59 2006 @@ -4,7 +4,7 @@ <parent> <artifactId>maven-plugins</artifactId> <groupId>org.apache.maven.plugins</groupId> - <version>1</version> + <version>2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-surefire-report-plugin</artifactId> Modified: maven/plugins/trunk/maven-surefire-report-plugin/src/site/site.xml URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-surefire-report-plugin/src/site/site.xml?rev=395737&r1=395736&r2=395737&view=diff ============================================================================== --- maven/plugins/trunk/maven-surefire-report-plugin/src/site/site.xml (original) +++ maven/plugins/trunk/maven-surefire-report-plugin/src/site/site.xml Thu Apr 20 16:51:59 2006 @@ -2,7 +2,7 @@ <body> <menu name="Overview"> <item name="How to Use" href="howto.html"/> - <item name="Sample Report" href="sample-surefire-report.html"/> + <item name="Sample Report" href="surefire-report.html"/> </menu> ${reports} </body>