blob: f3a4674caf73cafdcd4f97dbcf31ec7fb2e7751c [file] [log] [blame]
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<document>
<properties>
<title>Building</title>
</properties>
<body>
<section name="Building">
<p>
Commons Configuration uses <a href="http://maven.apache.org">Maven</a> as its build tool.
Any recent version of Maven should work. To build the Configuration
jar, change into the directory where the source distribution resides and run
"mvn install". This will compile the source and tests, run the tests, and then
package the jar. The jar will also be copied into the local maven repository
for use by other builds. According to the minimum Java version of
Commons Configuration, this build requires a JDK 8 or higher.
</p>
<p>
To build the web site run "mvn site". When it completes the web site will reside in
the target/site directory and may be viewed by opening target/site/index.html.
</p>
</section>
</body>
</document>