]> source.dussan.org Git - archiva.git/blob
3587217e1be232405ea1f1404c954b9b88dbec60
[archiva.git] /
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">
2   <parent>
3     <artifactId>plexus</artifactId>
4     <groupId>org.codehaus.plexus</groupId>
5     <version>1.0.11</version>
6     <relativePath>../pom/pom.xml</relativePath>
7   </parent>
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>
13   <build>
14     <plugins>
15       <plugin>
16         <artifactId>maven-compiler-plugin</artifactId>
17         <configuration>
18           <!-- surefire requires plexus-utils to be jdk 1.3 compatible -->
19           <source>1.3</source>
20           <target>1.3</target>
21         </configuration>
22       </plugin>
23       <plugin>
24         <artifactId>maven-surefire-plugin</artifactId>
25         <configuration>
26           <!-- required to ensure the test classes are used, not surefire's plexus-utils -->
27           <childDelegation>true</childDelegation>
28           <excludes>
29             <exclude>org/codehaus/plexus/util/FileBasedTestCase.java</exclude>
30             <exclude>**/Test*.java</exclude>
31           </excludes>
32           <systemProperties>
33             <property>
34               <name>JAVA_HOME</name>
35               <value>${JAVA_HOME}</value>    
36             </property>
37             <property>
38               <name>M2_HOME</name>
39               <value>${M2_HOME}</value>    
40             </property>                      
41           </systemProperties>          
42         </configuration>
43       </plugin>
44     </plugins>
45   </build>
46   <scm> 
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>
50   </scm>
51   <reporting>
52     <plugins>
53       <plugin>
54         <artifactId>maven-javadoc-plugin</artifactId>
55       </plugin>
56       <plugin>
57         <artifactId>maven-jxr-plugin</artifactId>
58       </plugin>
59     </plugins>
60   </reporting>  
61 </project>