Skip to content

Commit aaa7e7d

Browse files
author
Phillip Webb
committed
Update CONTRIBUTING full build instructions
1 parent ef39563 commit aaa7e7d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CONTRIBUTING.adoc

+2-3
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ build. To prepare the build, from the root directory use:
8383

8484
[indent=0]
8585
----
86-
$ mvn -P snapshot,prepare install
86+
$ mvn -P snapshot,prepare install -DskipTests
8787
----
8888

8989
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
9696

9797
[indent=0]
9898
----
99-
$ cd spring-boot-full-build
100-
$ mvn -s ../settings.xml -P full clean install
99+
$ mvn -s ./settings.xml -f spring-boot-full-build -P full clean install
101100
----
102101

103102
NOTE: As for the standard build, you may need to increase the amount of memory available

0 commit comments

Comments
 (0)