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


The following commit(s) were added to refs/heads/1.X by this push:
     new cd72dc04 Update build docs
cd72dc04 is described below

commit cd72dc042840e97f6856eed427fb5f0840d0650d
Author: Gary D. Gregory <[email protected]>
AuthorDate: Fri Jan 31 09:33:53 2025 -0500

    Update build docs
---
 src/site/xdoc/building.xml | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/src/site/xdoc/building.xml b/src/site/xdoc/building.xml
index 098adca4..396826e7 100644
--- a/src/site/xdoc/building.xml
+++ b/src/site/xdoc/building.xml
@@ -28,8 +28,8 @@ limitations under the License.
       <p>
         Commons BeanUtils can be built using
         <a href="http://maven.apache.org";>Maven 3</a>
-        (Recommended: Maven 3.3)
-        and JDK 6 / OpenJDK 6 or later (recommended: JDK 8).
+        (Recommended: Maven 3.9.9)
+        and JDK 8 / OpenJDK 8 or later (recommended: JDK 21).
       </p>
       <p>
         Further details can be found in the
@@ -46,9 +46,17 @@ limitations under the License.
       </p>
 
 
+      <p>
+        To run all build checks: 
+      </p>
+
+      <pre>
+        mvn
+      </pre>
+
       <p>
         To build 
-        <code>target/commons-beanutils-*.jar</code>
+        <code>target/commons-beanutils-*.jar</code>:
       </p>
 
       <pre>
@@ -57,7 +65,7 @@ limitations under the License.
 
       <p>
         or to install into your
-        <code>~/.m2/repository</code>
+        <code>~/.m2/repository</code>:
       </p>
 
       <pre>
@@ -73,7 +81,7 @@ limitations under the License.
       <p>
         To regenerate the web site
         (corresponding to
-        https://commons.apache.org/proper/commons-beanutils/)
+        https://commons.apache.org/proper/commons-beanutils/):
       </p>
 
       <pre>

Reply via email to