From aaa7e7d37e240dbfe9f8bcb101fd95d54f4bbff4 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 9 Jun 2014 20:01:53 -0700 Subject: [PATCH] Update CONTRIBUTING full build instructions --- CONTRIBUTING.adoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 814b3d35da0..dc998031d23 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -83,7 +83,7 @@ build. To prepare the build, from the root directory use: [indent=0] ---- - $ mvn -P snapshot,prepare install + $ mvn -P snapshot,prepare install -DskipTests ---- NOTE: You may notice that preparing the build also changes the @@ -96,8 +96,7 @@ Once the build has been prepared, you can run a full build using the following c [indent=0] ---- - $ cd spring-boot-full-build - $ mvn -s ../settings.xml -P full clean install + $ mvn -s ./settings.xml -f spring-boot-full-build -P full clean install ---- NOTE: As for the standard build, you may need to increase the amount of memory available