File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed
Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments