JAL-3210 Almost working goomph build
[jalview.git] / gradle / m2 / repository / org / codehaus / plexus / plexus-utils / 3.0.5 / plexus-utils-3.0.5.pom
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!--
4 Copyright The Codehaus Foundation.
5
6 Licensed under the Apache License, Version 2.0 (the "License");
7 you may not use this file except in compliance with the License.
8 You may obtain a copy of the License at
9
10   http://www.apache.org/licenses/LICENSE-2.0
11
12 Unless required by applicable law or agreed to in writing, software
13 distributed under the License is distributed on an "AS IS" BASIS,
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 See the License for the specific language governing permissions and
16 limitations under the License.
17 -->
18
19 <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/xsd/maven-4.0.0.xsd">
20   <modelVersion>4.0.0</modelVersion>
21
22   <parent>
23     <groupId>org.codehaus.plexus</groupId>
24     <artifactId>plexus</artifactId>
25     <version>3.1</version>
26   </parent>
27
28   <artifactId>plexus-utils</artifactId>
29   <version>3.0.5</version>
30
31   <name>Plexus Common Utilities</name>
32   <description>A collection of various utility classes to ease working with strings, files, command lines, XML and more.</description>
33   <url>http://plexus.codehaus.org/plexus-utils</url>
34
35   <scm>
36     <connection>scm:git:git@github.com:sonatype/plexus-utils.git</connection>
37     <developerConnection>scm:git:git@github.com:sonatype/plexus-utils.git</developerConnection>
38     <url>http://github.com/sonatype/plexus-utils</url>
39   </scm>
40   <issueManagement>
41     <system>JIRA</system>
42     <url>http://jira.codehaus.org/browse/PLXUTILS</url>
43   </issueManagement>
44
45   <build>
46     <plugins>
47       <plugin>
48         <groupId>org.apache.maven.plugins</groupId>
49         <artifactId>maven-surefire-plugin</artifactId>
50         <configuration>
51           <!-- required to ensure the test classes are used, not surefire's plexus-utils -->
52           <childDelegation>true</childDelegation>
53           <excludes>
54             <exclude>org/codehaus/plexus/util/FileBasedTestCase.java</exclude>
55             <exclude>**/Test*.java</exclude>
56           </excludes>
57           <systemProperties>
58             <property>
59               <name>JAVA_HOME</name>
60               <value>${JAVA_HOME}</value>
61             </property>
62             <property>
63               <name>M2_HOME</name>
64               <value>${M2_HOME}</value>
65             </property>
66           </systemProperties>
67         </configuration>
68       </plugin>
69     </plugins>
70   </build>
71 </project>