• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0"?>
2<!--
3Licensed to the Apache Software Foundation (ASF) under one or more
4contributor license agreements.  See the NOTICE file distributed with
5this work for additional information regarding copyright ownership.
6The 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
8the License.  You may obtain a copy of the License at
9
10     http://www.apache.org/licenses/LICENSE-2.0
11
12Unless required by applicable law or agreed to in writing, software
13distributed under the License is distributed on an "AS IS" BASIS,
14WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15See the License for the specific language governing permissions and
16limitations under the License.
17-->
18<document>
19 <properties>
20  <title>Building</title>
21  <author email="dev@commons.apache.org">Commons Documentation Team</author>
22 </properties>
23<body>
24<!-- ================================================== -->
25<section name="Overview">
26<p>
27  Commons IO uses <a href="http://maven.apache.org">Maven</a> its build system.
28</p>
29<p>
30  Commons IO requires a minimum of JDK 8 to build.
31</p>
32<p>
33  You may also be interested in the upgrade notes:<br />
34  Upgrade <a href="upgradeto2_0_1.html">from 2.0 to 2.0.1</a><br />
35  Upgrade <a href="upgradeto2_0.html">from 1.4 to 2.0</a><br />
36  Upgrade <a href="upgradeto1_4.html">from 1.3.2 to 1.4</a><br />
37  Upgrade <a href="upgradeto1_3_2.html">from 1.3, or 1.3.1 to 1.3.2</a><br />
38  Upgrade <a href="upgradeto1_3_1.html">from 1.3 to 1.3.1</a><br />
39  Upgrade <a href="upgradeto1_3.html">from 1.2 to 1.3</a><br />
40  Upgrade <a href="upgradeto1_2.html">from 1.1 to 1.2</a><br />
41  Upgrade <a href="upgradeto1_1.html">from 1.0 to 1.1</a><br />
42</p>
43</section>
44<section name="Maven Goals">
45  <p>
46    The following <a href="http://maven.apache.org">Maven</a> commands can be used to build io:
47  </p>
48  <ul>
49    <li><code>mvn clean</code> - clean up</li>
50    <li><code>mvn test</code> - compile and run the unit tests</li>
51    <li><code>mvn site</code> - create io documentation</li>
52    <li><code>mvn package</code> - build the jar</li>
53  </ul>
54</section>
55</body>
56</document>
57