This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch 1.X in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
commit 9bfbadcbf035c78fd361454f9e6b2f1bf0025cc3 Author: Gary D. Gregory <[email protected]> AuthorDate: Fri Jan 31 09:35:11 2025 -0500 Reduce whitespace --- src/site/xdoc/building.xml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/site/xdoc/building.xml b/src/site/xdoc/building.xml index 396826e7..f1ed87b4 100644 --- a/src/site/xdoc/building.xml +++ b/src/site/xdoc/building.xml @@ -23,7 +23,6 @@ limitations under the License. <author email="[email protected]">Commons Documentation Team</author> </properties> <body> - <!-- ================================================== --> <section name="Overview"> <p> Commons BeanUtils can be built using @@ -36,7 +35,6 @@ limitations under the License. <a href="http://commons.apache.org/building.html">commons build instructions</a>. </p> </section> - <!-- ================================================== --> <section name="Maven 3 Goals"> <p> Build using @@ -44,50 +42,38 @@ limitations under the License. is the preferred build method. The compiled BeanUtils JAR should work with Java 6 or later. </p> - - <p> To run all build checks: </p> - <pre> mvn </pre> - <p> To build <code>target/commons-beanutils-*.jar</code>: </p> - <pre> mvn clean package </pre> - <p> or to install into your <code>~/.m2/repository</code>: </p> - <pre> mvn clean install </pre> - - <p> You can skip the unit tests by adding the parameter <code>-DskipTests=true</code> </p> - <p> To regenerate the web site (corresponding to https://commons.apache.org/proper/commons-beanutils/): </p> - <pre> mvn clean site </pre> - <p> Note: the Apache Commons BeanUtils site should include a <a href="japicmp.html">japicmp report</a> @@ -95,7 +81,6 @@ limitations under the License. purpose of checking API version compatibility; to enable this, use Java 7 or later and run instead: </p> - <pre> mvn clean package site -Pjapicmp </pre>
