1 <?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <artifactId>plexus</artifactId>
4 <groupId>org.codehaus.plexus</groupId>
5 <version>1.0.11</version>
6 <relativePath>../pom/pom.xml</relativePath>
8 <modelVersion>4.0.0</modelVersion>
9 <artifactId>plexus-utils</artifactId>
10 <name>Plexus Common Utilities</name>
11 <version>1.4.3-SNAPSHOT</version>
12 <url>http://plexus.codehaus.org/plexus-utils</url>
16 <artifactId>maven-compiler-plugin</artifactId>
18 <!-- surefire requires plexus-utils to be jdk 1.3 compatible -->
24 <artifactId>maven-surefire-plugin</artifactId>
26 <!-- required to ensure the test classes are used, not surefire's plexus-utils -->
27 <childDelegation>true</childDelegation>
29 <exclude>org/codehaus/plexus/util/FileBasedTestCase.java</exclude>
30 <exclude>**/Test*.java</exclude>
34 <name>JAVA_HOME</name>
35 <value>${JAVA_HOME}</value>
39 <value>${M2_HOME}</value>
47 <connection>scm:svn:http://svn.codehaus.org/plexus/plexus-utils/trunk/</connection>
48 <developerConnection>scm:svn:https://svn.codehaus.org/plexus/plexus-utils/trunk</developerConnection>
49 <url>http://fisheye.codehaus.org/browse/plexus/plexus-utils/trunk/</url>
54 <artifactId>maven-javadoc-plugin</artifactId>
57 <artifactId>maven-jxr-plugin</artifactId>