blob: 0a3c42926b6cd517d8f8a5261ee110d83bbf219c [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?><project>
<groupId>org.codehaus.plexus</groupId>
<modelVersion>4.0.0</modelVersion>
<artifactId>plexus-utils</artifactId>
<name>Plexus Common Utilities</name>
<version>1.3-20060811.151624-1</version>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<childDelegation>true</childDelegation>
<excludes>
<exclude>org/codehaus/plexus/util/FileBasedTestCase.java</exclude>
<exclude>**/Test*.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
<distributionManagement>
<snapshotRepository>
<id>local-for-tests</id>
<url>file:///tmp/repository</url>
</snapshotRepository>
<status>deployed</status>
</distributionManagement>
</project>