1
0

Switch building instructions from Maven 1 to Maven 2.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@569155 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dennis Lundberg
2007-08-23 21:40:51 +00:00
parent 8b1aa6bc00
commit 194fd59bc4

View File

@@ -24,17 +24,22 @@ limitations under the License.
<!-- ================================================== -->
<section name="Overview">
<p>
Commons Logging uses <a href="http://ant.apache.org">Ant</a> as a build system
and <a href="http://maven.apache.org">Maven 1.x</a> for documentation only.
Commons Logging uses <a href="http://maven.apache.org">Maven 2.0.x</a> as its
primary build system. <a href="http://ant.apache.org">Ant</a> can also be used.
</p>
</section>
<!-- ================================================== -->
<section name="Maven Goals">
<p>
To build the full website, run "maven site".
The result will be in "target/docs".
To build the full website, run "mvn site".
The result will be in "target/site".
You must be online and using JDK 1.4 or higher to successfully complete this target.
</p>
<p>
To build the jar files, run "mvn package".
The result will be in the "target" folder.
You must use JDK 1.4 or higher to successfully complete this target.
</p>
<p>
Further details can be found in the
<a href="http://commons.apache.org/building.html">commons build instructions</a>.