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