1<?xml version="1.0"?>
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<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">
19  <parent>
20    <groupId>org.apache.commons</groupId>
21    <artifactId>commons-parent</artifactId>
22    <version>25</version>
23  </parent>
24  <modelVersion>4.0.0</modelVersion>
25  <groupId>commons-io</groupId>
26  <artifactId>commons-io</artifactId>
27  <version>2.4</version>
28  <name>Commons IO</name>
29
30  <inceptionYear>2002</inceptionYear>
31  <description>
32The Commons IO library contains utility classes, stream implementations, file filters, 
33file comparators, endian transformation classes, and much more.
34  </description>
35
36  <url>http://commons.apache.org/io/</url>
37
38  <issueManagement>
39    <system>jira</system>
40    <url>http://issues.apache.org/jira/browse/IO</url>
41  </issueManagement>
42
43  <distributionManagement>
44    <site>
45      <id>apache.website</id>
46      <name>Apache Commons IO Site</name>
47      <url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/${commons.componentid}</url>
48    </site>
49  </distributionManagement>
50
51  <scm>
52    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/io/trunk</connection>
53    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/io/trunk</developerConnection>
54    <url>http://svn.apache.org/viewvc/commons/proper/io/trunk</url>
55  </scm>
56
57  <developers>
58    <developer>
59      <name>Scott Sanders</name>
60      <id>sanders</id>
61      <email>sanders@apache.org</email>
62      <organization></organization>
63      <roles>
64        <role>Java Developer</role>
65      </roles>
66    </developer>
67    <developer>
68      <name>dIon Gillard</name>
69      <id>dion</id>
70      <email>dion@apache.org</email>
71      <organization></organization>
72      <roles>
73        <role>Java Developer</role>
74      </roles>
75    </developer>
76    <developer>
77      <name>Nicola Ken Barozzi</name>
78      <id>nicolaken</id>
79      <email>nicolaken@apache.org</email>
80      <organization></organization>
81      <roles>
82        <role>Java Developer</role>
83      </roles>
84    </developer>
85    <developer>
86      <name>Henri Yandell</name>
87      <id>bayard</id>
88      <email>bayard@apache.org</email>
89      <organization></organization>
90      <roles>
91        <role>Java Developer</role>
92      </roles>
93    </developer>
94    <developer>
95      <name>Stephen Colebourne</name>
96      <id>scolebourne</id>
97      <organization></organization>
98      <roles>
99        <role>Java Developer</role>
100      </roles>
101      <timezone>0</timezone>
102    </developer>
103    <developer>
104      <name>Jeremias Maerki</name>
105      <id>jeremias</id>
106      <email>jeremias@apache.org</email>
107      <organization />
108      <roles>
109        <role>Java Developer</role>
110      </roles>
111      <timezone>+1</timezone>
112    </developer>
113    <developer>
114      <name>Matthew Hawthorne</name>
115      <id>matth</id>
116      <email>matth@apache.org</email>
117      <organization />
118      <roles>
119        <role>Java Developer</role>
120      </roles>
121    </developer>
122    <developer>
123      <name>Martin Cooper</name>
124      <id>martinc</id>
125      <email>martinc@apache.org</email>
126      <organization />
127      <roles>
128        <role>Java Developer</role>
129      </roles>
130    </developer>
131    <developer>
132      <name>Rob Oxspring</name>
133      <id>roxspring</id>
134      <email>roxspring@apache.org</email>
135      <organization />
136      <roles>
137        <role>Java Developer</role>
138      </roles>
139    </developer>
140    <developer>
141      <name>Jochen Wiedmann</name>
142      <id>jochen</id>
143      <email>jochen.wiedmann@gmail.com</email>
144    </developer>
145    <developer>
146      <name>Niall Pemberton</name>
147      <id>niallp</id>
148      <roles>
149        <role>Java Developer</role>
150      </roles>
151    </developer>
152    <developer>
153      <name>Jukka Zitting</name>
154      <id>jukka</id>
155      <roles>
156        <role>Java Developer</role>
157      </roles>
158    </developer>
159    <developer>
160      <name>Gary Gregory</name>
161      <id>ggregory</id>
162      <email>ggregory@apache.org</email>
163      <url>http://www.garygregory.com</url>
164      <timezone>-5</timezone>
165    </developer>
166  </developers>
167
168  <contributors>
169    <contributor>
170      <name>Rahul Akolkar</name>
171    </contributor>
172    <contributor>
173      <name>Jason Anderson</name>
174    </contributor>
175    <contributor>
176      <name>Nathan Beyer</name>
177    </contributor>
178    <contributor>
179      <name>Emmanuel Bourg</name>
180    </contributor>
181    <contributor>
182      <name>Chris Eldredge</name>
183    </contributor>
184    <contributor>
185      <name>Magnus Grimsell</name>
186    </contributor>
187    <contributor>
188      <name>Jim Harrington</name>
189    </contributor>
190    <contributor>
191      <name>Thomas Ledoux</name>
192    </contributor>
193    <contributor>
194      <name>Andy Lehane</name>
195    </contributor>
196    <contributor>
197      <name>Marcelo Liberato</name>
198    </contributor>
199    <contributor>
200      <name>Alban Peignier</name>
201      <email>alban.peignier at free.fr</email>
202    </contributor>
203    <contributor>
204      <name>Ian Springer</name>
205    </contributor>
206    <contributor>
207      <name>Masato Tezuka</name>
208    </contributor>
209    <contributor>
210      <name>James Urie</name>
211    </contributor>
212    <contributor>
213      <name>Frank W. Zammetti</name>
214    </contributor>
215  </contributors>
216
217  <dependencies>
218    <dependency>
219      <groupId>junit</groupId>
220      <artifactId>junit</artifactId>
221      <version>4.10</version>
222      <scope>test</scope>
223    </dependency>
224  </dependencies>
225
226  <properties>
227    <maven.compile.source>1.6</maven.compile.source>
228    <maven.compile.target>1.6</maven.compile.target>
229    <commons.componentid>io</commons.componentid>
230    <commons.rc.version>RC1</commons.rc.version>
231    <commons.release.version>2.4</commons.release.version>
232    <commons.release.desc>(requires JDK 1.6+)</commons.release.desc>
233    <commons.release.2.version>2.2</commons.release.2.version>
234    <commons.release.2.desc>(requires JDK 1.5+)</commons.release.2.desc>
235    <commons.jira.id>IO</commons.jira.id>
236    <commons.jira.pid>12310477</commons.jira.pid>
237    <commons.osgi.export>
238        <!-- Explicit list of packages from IO 1.4 -->
239        org.apache.commons.io;
240        org.apache.commons.io.comparator;
241        org.apache.commons.io.filefilter;
242        org.apache.commons.io.input;
243        org.apache.commons.io.output;version=1.4.9999;-noimport:=true,
244        <!-- Same list plus * for new packages -->
245        org.apache.commons.io;
246        org.apache.commons.io.comparator;
247        org.apache.commons.io.filefilter;
248        org.apache.commons.io.input;
249        org.apache.commons.io.output;
250        org.apache.commons.io.*;version=${project.version};-noimport:=true
251    </commons.osgi.export>
252  </properties>
253
254  <build>
255    <pluginManagement>
256    </pluginManagement>
257    <plugins>
258      <plugin>
259        <groupId>org.apache.maven.plugins</groupId>
260        <artifactId>maven-surefire-plugin</artifactId>
261        <configuration>
262          <forkMode>pertest</forkMode>
263          <!-- limit memory size see IO-161 -->
264          <argLine>-Xmx25M</argLine>
265          <includes>
266            <!-- Only include test classes, not test data -->
267            <include>**/*Test*.class</include>
268          </includes>
269          <excludes>
270            <exclude>**/*AbstractTestCase*</exclude>
271            <exclude>**/testtools/**</exclude>
272            <!-- http://jira.codehaus.org/browse/SUREFIRE-44 -->
273            <exclude>**/*$*</exclude>
274          </excludes>
275        </configuration>
276      </plugin>
277      <plugin>
278        <artifactId>maven-assembly-plugin</artifactId>
279        <configuration>
280          <descriptors>
281            <descriptor>src/main/assembly/bin.xml</descriptor>
282            <descriptor>src/main/assembly/src.xml</descriptor>
283          </descriptors>
284          <tarLongFileMode>gnu</tarLongFileMode>
285        </configuration>
286      </plugin>
287    </plugins>
288  </build>
289
290  <reporting>
291    <plugins>
292      <plugin>
293        <groupId>org.apache.maven.plugins</groupId>
294        <artifactId>maven-checkstyle-plugin</artifactId>
295        <version>2.9.1</version>
296        <configuration>
297          <configLocation>${basedir}/checkstyle.xml</configLocation>
298          <enableRulesSummary>false</enableRulesSummary>
299        </configuration>
300      </plugin>
301      <plugin>
302        <groupId>org.codehaus.mojo</groupId>
303        <artifactId>findbugs-maven-plugin</artifactId>
304        <version>2.4.0</version>
305        <configuration>
306          <threshold>Normal</threshold>
307          <effort>Default</effort>
308          <excludeFilterFile>${basedir}/findbugs-exclude-filter.xml</excludeFilterFile>
309        </configuration>
310      </plugin>
311      <plugin>
312        <groupId>org.apache.rat</groupId>
313        <artifactId>apache-rat-plugin</artifactId>
314        <configuration>
315          <excludes>
316            <exclude>src/test/resources/**/*.bin</exclude>
317            <exclude>.pmd</exclude>
318          </excludes>
319        </configuration>
320      </plugin>
321    </plugins>
322  </reporting>
323</project>
324