JAL-3210 Almost working goomph build
[jalview.git] / gradle / m2-old / repository / org / codehaus / plexus / plexus-utils / 1.4.1 / plexus-utils-1.4.1.pom
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.1</version>
12   <build>
13     <plugins>
14       <plugin>
15         <artifactId>maven-compiler-plugin</artifactId>
16         <configuration>
17           <!-- surefire requires plexus-utils to be jdk 1.3 compatible -->
18           <source>1.3</source>
19           <target>1.3</target>
20         </configuration>
21       </plugin>
22       <plugin>
23         <artifactId>maven-surefire-plugin</artifactId>
24         <configuration>
25           <!-- required to ensure the test classes are used, not surefire's plexus-utils -->
26           <childDelegation>true</childDelegation>
27           <excludes>
28             <exclude>org/codehaus/plexus/util/FileBasedTestCase.java</exclude>
29             <exclude>**/Test*.java</exclude>
30           </excludes>
31         </configuration>
32       </plugin>
33     </plugins>
34   </build>
35   <scm> 
36     <connection>scm:svn:http://svn.codehaus.org/plexus/plexus-utils/tags/plexus-utils-1.4.1</connection>
37     <developerConnection>scm:svn:https://svn.codehaus.org/plexus/plexus-utils/tags/plexus-utils-1.4.1</developerConnection> 
38     <url>http://fisheye.codehaus.org/browse/plexus/plexus-utils/tags/plexus-utils-1.4.1</url>
39   </scm>
40   <reporting>
41     <plugins>
42       <plugin>
43         <artifactId>maven-javadoc-plugin</artifactId>
44       </plugin>
45       <plugin>
46         <artifactId>maven-jxr-plugin</artifactId>
47       </plugin>
48     </plugins>
49   </reporting>  
50 </project>