Author: snicoll Date: Sat Jun 23 05:20:54 2007 New Revision: 550033 URL: http://svn.apache.org/viewvc?view=rev&rev=550033 Log: Fixed the name of the test to exclude.
Modified: maven/shared/trunk/maven-repository-builder/pom.xml Modified: maven/shared/trunk/maven-repository-builder/pom.xml URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-repository-builder/pom.xml?view=diff&rev=550033&r1=550032&r2=550033 ============================================================================== --- maven/shared/trunk/maven-repository-builder/pom.xml (original) +++ maven/shared/trunk/maven-repository-builder/pom.xml Sat Jun 23 05:20:54 2007 @@ -50,17 +50,16 @@ </dependency> </dependencies> <build> - <plugins> - <plugin> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.3</version> - - <configuration> - <excludes> - <exclude>**/DefaultRepositoryAssemblerTest.java</exclude> - </excludes> - </configuration> - </plugin> + <plugins> + <plugin> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.3</version> + <configuration> + <excludes> + <exclude>**/DefaultRepositoryBuilderTest.java</exclude> + </excludes> + </configuration> + </plugin> <plugin> <groupId>org.codehaus.plexus</groupId>