Skip to content

Commit cd72dc0

Browse files
committed
Update build docs
1 parent 02c197b commit cd72dc0

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

src/site/xdoc/building.xml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ limitations under the License.
2828
<p>
2929
Commons BeanUtils can be built using
3030
<a href="http://maven.apache.org">Maven 3</a>
31-
(Recommended: Maven 3.3)
32-
and JDK 6 / OpenJDK 6 or later (recommended: JDK 8).
31+
(Recommended: Maven 3.9.9)
32+
and JDK 8 / OpenJDK 8 or later (recommended: JDK 21).
3333
</p>
3434
<p>
3535
Further details can be found in the
@@ -46,9 +46,17 @@ limitations under the License.
4646
</p>
4747

4848

49+
<p>
50+
To run all build checks:
51+
</p>
52+
53+
<pre>
54+
mvn
55+
</pre>
56+
4957
<p>
5058
To build
51-
<code>target/commons-beanutils-*.jar</code>
59+
<code>target/commons-beanutils-*.jar</code>:
5260
</p>
5361

5462
<pre>
@@ -57,7 +65,7 @@ limitations under the License.
5765

5866
<p>
5967
or to install into your
60-
<code>~/.m2/repository</code>
68+
<code>~/.m2/repository</code>:
6169
</p>
6270

6371
<pre>
@@ -73,7 +81,7 @@ limitations under the License.
7381
<p>
7482
To regenerate the web site
7583
(corresponding to
76-
https://commons.apache.org/proper/commons-beanutils/)
84+
https://commons.apache.org/proper/commons-beanutils/):
7785
</p>
7886

7987
<pre>

0 commit comments

Comments
 (0)