]> source.dussan.org Git - archiva.git/blob
c7985f223540d5ee39613eb49526a067e7d275d3
[archiva.git] /
1 <?xml version="1.0" encoding="UTF-8"?><project>
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-20070613.163208-4</version>
12   <url>http://plexus.codehaus.org/plexus-utils</url>
13   <scm>
14     <connection>scm:svn:http://svn.codehaus.org/plexus/plexus-utils/trunk/</connection>
15     <developerConnection>scm:svn:https://svn.codehaus.org/plexus/plexus-utils/trunk</developerConnection>
16     <url>http://fisheye.codehaus.org/browse/plexus/plexus-utils/trunk/</url>
17   </scm>
18   <build>
19     <plugins>
20       <plugin>
21         <artifactId>maven-compiler-plugin</artifactId>
22         <configuration>
23           <source>1.3</source>
24           <target>1.3</target>
25         </configuration>
26       </plugin>
27       <plugin>
28         <artifactId>maven-surefire-plugin</artifactId>
29         <configuration>
30           <childDelegation>true</childDelegation>
31           <excludes>
32             <exclude>org/codehaus/plexus/util/FileBasedTestCase.java</exclude>
33             <exclude>**/Test*.java</exclude>
34           </excludes>
35         </configuration>
36       </plugin>
37     </plugins>
38   </build>
39   <reporting>
40     <plugins>
41       <plugin>
42         <artifactId>maven-javadoc-plugin</artifactId>
43       </plugin>
44       <plugin>
45         <artifactId>maven-jxr-plugin</artifactId>
46       </plugin>
47     </plugins>
48   </reporting>
49   <distributionManagement>
50     <status>deployed</status>
51   </distributionManagement>
52 </project>