This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit d6df893534c10160f980def22ccf98ac2816088f Author: Benoit Tellier <btell...@linagora.com> AuthorDate: Sat May 29 14:23:30 2021 +0700 JAMES-3261 README should advise to rely on maven as a build system --- README.adoc | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 67af057..9e4baf6 100644 --- a/README.adoc +++ b/README.adoc @@ -92,7 +92,20 @@ Follow the 'Useful commands' section for more information about James CLI. In order to have a standard compilation environment, we introduce Dockerfiles, using java-11. -=== Java 11 +=== Maven + +We require maven version 3.6.0 minimum to build the project. + +Simply run `mvn clean install` within this directory to compile the project. + +Useful options includes: + + - `-DskipTests` to skip the long to execute resource consuming test suite that requires a docker daemon. + - `-T 4` to parallelize the build on several CPUs. + +=== With the docker wrapper + +Alternatively we provide a standard compilation environement bundled in a docker image. First step, you have to build the Docker image --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org