This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git
The following commit(s) were added to refs/heads/master by this push: new da992fd Add Building section da992fd is described below commit da992fd7c0952a6c8c97979f7a7307580b843ff6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Oct 7 09:23:58 2023 -0400 Add Building section --- src/main/resources/commons-xdoc-templates/readme-md-template.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/commons-xdoc-templates/readme-md-template.md b/src/main/resources/commons-xdoc-templates/readme-md-template.md index b828018..295fbd4 100644 --- a/src/main/resources/commons-xdoc-templates/readme-md-template.md +++ b/src/main/resources/commons-xdoc-templates/readme-md-template.md @@ -73,6 +73,14 @@ Alternatively, you can pull it from the central Maven repositories: </dependency> ``` +Building +-------- + +Building requires a Java JDK and [Apache Maven](https://maven.apache.org/). +The required Java version is found in `pom.xml`'s `maven.compiler.source` property. + +From a command shell, run `mvn` without arguments to invoke the default Maven goal to run all tests and checks. + Contributing ------------