Author: wsmoak Date: Mon Feb 18 16:53:15 2008 New Revision: 628938 URL: http://svn.apache.org/viewvc?rev=628938&view=rev Log: Trivial change to debug failing commit during release:prepare.
Modified: maven/plugins/trunk/maven-stage-plugin/pom.xml Modified: maven/plugins/trunk/maven-stage-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-stage-plugin/pom.xml?rev=628938&r1=628937&r2=628938&view=diff ============================================================================== --- maven/plugins/trunk/maven-stage-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-stage-plugin/pom.xml Mon Feb 18 16:53:15 2008 @@ -65,7 +65,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> - <!-- This test fails in various ways on different platforms - from hanging permanently to erroring out. Temporarily exclude it --> + <!-- This test fails in various ways on different platforms - from hanging permanently to erroring out. Temporarily exclude it. --> <excludes> <exclude>**/RepositoryCopierTest.*</exclude> </excludes> @@ -146,4 +146,4 @@ <mavenVersion>2.0.5</mavenVersion> </properties> -</project> \ No newline at end of file +</project>