| 6803 |
buildadm |
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
2 |
<!--
|
|
|
3 |
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
4 |
contributor license agreements. See the NOTICE file distributed with
|
|
|
5 |
this work for additional information regarding copyright ownership.
|
|
|
6 |
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
|
7 |
(the "License"); you may not use this file except in compliance with
|
|
|
8 |
the License. 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 |
This POM has been created manually by the Ant Development Team.
|
|
|
20 |
Please contact us if you are not satisfied with the data contained in this POM.
|
|
|
21 |
URL : http://ant.apache.org
|
|
|
22 |
-->
|
|
|
23 |
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
24 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
25 |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
26 |
<modelVersion>4.0.0</modelVersion>
|
|
|
27 |
<groupId>org.apache.ant</groupId>
|
|
|
28 |
<artifactId>ant-parent</artifactId>
|
|
|
29 |
<version>1.10.5</version>
|
|
|
30 |
<packaging>pom</packaging>
|
|
|
31 |
<description>master POM</description>
|
|
|
32 |
<licenses>
|
|
|
33 |
<license>
|
|
|
34 |
<name>The Apache Software License, Version 2.0</name>
|
|
|
35 |
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
|
|
36 |
<distribution>repo</distribution>
|
|
|
37 |
</license>
|
|
|
38 |
</licenses>
|
|
|
39 |
<name>Apache Ant</name>
|
|
|
40 |
<url>http://ant.apache.org/</url>
|
|
|
41 |
<inceptionYear>2000</inceptionYear>
|
|
|
42 |
<organization>
|
|
|
43 |
<name>The Apache Software Foundation</name>
|
|
|
44 |
<url>http://www.apache.org/</url>
|
|
|
45 |
</organization>
|
|
|
46 |
<distributionManagement>
|
|
|
47 |
<!-- Null out inherited apache distribution repo by default -->
|
|
|
48 |
<repository>
|
|
|
49 |
<id>dummy</id>
|
|
|
50 |
<name>Dummy to avoid accidental deploys</name>
|
|
|
51 |
<url>http://nowhere.net/</url>
|
|
|
52 |
</repository>
|
|
|
53 |
</distributionManagement>
|
|
|
54 |
<scm>
|
|
|
55 |
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/ant.git</connection>
|
|
|
56 |
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/ant.git</developerConnection>
|
|
|
57 |
<url>https://git-wip-us.apache.org/repos/asf/ant.git</url>
|
|
|
58 |
</scm>
|
|
|
59 |
<ciManagement>
|
|
|
60 |
<system>hudson</system>
|
|
|
61 |
<url>https://builds.apache.org/job/Ant_BuildFromPOMs/</url>
|
|
|
62 |
</ciManagement>
|
|
|
63 |
<mailingLists>
|
|
|
64 |
<mailingList>
|
|
|
65 |
<name>Ant Developers List</name>
|
|
|
66 |
<subscribe>dev-subscribe@ant.apache.org</subscribe>
|
|
|
67 |
<unsubscribe>dev-unsubscribe@ant.apache.org</unsubscribe>
|
|
|
68 |
<post>dev@ant.apache.org</post>
|
|
|
69 |
<archive>http://mail-archives.apache.org/mod_mbox/ant-dev</archive>
|
|
|
70 |
</mailingList>
|
|
|
71 |
<mailingList>
|
|
|
72 |
<name>Ant Users List</name>
|
|
|
73 |
<subscribe>user-subscribe@ant.apache.org</subscribe>
|
|
|
74 |
<unsubscribe>user-unsubscribe@ant.apache.org</unsubscribe>
|
|
|
75 |
<post>user@ant.apache.org</post>
|
|
|
76 |
<archive>http://mail-archives.apache.org/mod_mbox/ant-user</archive>
|
|
|
77 |
</mailingList>
|
|
|
78 |
</mailingLists>
|
|
|
79 |
<issueManagement>
|
|
|
80 |
<system>bugzilla</system>
|
|
|
81 |
<url>http://issues.apache.org/bugzilla/</url>
|
|
|
82 |
</issueManagement>
|
|
|
83 |
<modules>
|
|
|
84 |
<module>ant</module>
|
|
|
85 |
<module>ant-antlr</module>
|
|
|
86 |
<module>ant-apache-bcel</module>
|
|
|
87 |
<module>ant-apache-bsf</module>
|
|
|
88 |
<module>ant-apache-log4j</module>
|
|
|
89 |
<module>ant-apache-oro</module>
|
|
|
90 |
<module>ant-apache-regexp</module>
|
|
|
91 |
<module>ant-apache-resolver</module>
|
|
|
92 |
<module>ant-apache-xalan2</module>
|
|
|
93 |
<module>ant-commons-logging</module>
|
|
|
94 |
<module>ant-commons-net</module>
|
|
|
95 |
<module>ant-jai</module>
|
|
|
96 |
<module>ant-javamail</module>
|
|
|
97 |
<module>ant-jdepend</module>
|
|
|
98 |
<module>ant-jmf</module>
|
|
|
99 |
<module>ant-jsch</module>
|
|
|
100 |
<module>ant-junit</module>
|
|
|
101 |
<module>ant-junit4</module>
|
|
|
102 |
<module>ant-junitlauncher</module>
|
|
|
103 |
<module>ant-launcher</module>
|
|
|
104 |
<module>ant-netrexx</module>
|
|
|
105 |
<module>ant-swing</module>
|
|
|
106 |
<module>ant-testutil</module>
|
|
|
107 |
<module>ant-xz</module>
|
|
|
108 |
</modules>
|
|
|
109 |
<dependencies>
|
|
|
110 |
<dependency>
|
|
|
111 |
<groupId>junit</groupId>
|
|
|
112 |
<artifactId>junit</artifactId>
|
|
|
113 |
<version>4.12</version>
|
|
|
114 |
<scope>test</scope>
|
|
|
115 |
</dependency>
|
|
|
116 |
</dependencies>
|
|
|
117 |
<build>
|
|
|
118 |
<sourceDirectory>../../../src/main</sourceDirectory>
|
|
|
119 |
<testSourceDirectory>../../../src/testcases</testSourceDirectory>
|
|
|
120 |
<outputDirectory>../../../target/classes</outputDirectory>
|
|
|
121 |
<testOutputDirectory>../../../target/testcases</testOutputDirectory>
|
|
|
122 |
<pluginManagement>
|
|
|
123 |
<plugins>
|
|
|
124 |
<plugin>
|
|
|
125 |
<groupId>org.apache.maven.plugins</groupId>
|
|
|
126 |
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
127 |
<version>3.7.0</version>
|
|
|
128 |
<configuration>
|
|
|
129 |
<source>1.8</source>
|
|
|
130 |
<target>1.8</target>
|
|
|
131 |
</configuration>
|
|
|
132 |
</plugin>
|
|
|
133 |
<plugin>
|
|
|
134 |
<groupId>org.apache.maven.plugins</groupId>
|
|
|
135 |
<artifactId>maven-jar-plugin</artifactId>
|
|
|
136 |
<version>3.1.0</version>
|
|
|
137 |
</plugin>
|
|
|
138 |
<plugin>
|
|
|
139 |
<groupId>org.apache.maven.plugins</groupId>
|
|
|
140 |
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
141 |
<version>2.21.0</version>
|
|
|
142 |
</plugin>
|
|
|
143 |
<plugin>
|
|
|
144 |
<groupId>org.apache.maven.plugins</groupId>
|
|
|
145 |
<artifactId>maven-surefire-report-plugin</artifactId>
|
|
|
146 |
<version>2.21.0</version>
|
|
|
147 |
</plugin>
|
|
|
148 |
</plugins>
|
|
|
149 |
</pluginManagement>
|
|
|
150 |
</build>
|
|
|
151 |
<properties>
|
|
|
152 |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
153 |
</properties>
|
|
|
154 |
</project>
|