.
+└── guides
+ ├── gs-guide1
+ ├── gs-guide2
+ └── gs-guide3
+diff --git a/spring-cloud-build.html b/spring-cloud-build.html index 0857ce1c..2234c881 100644 --- a/spring-cloud-build.html +++ b/spring-cloud-build.html @@ -100,6 +100,7 @@ $(addBlockSwitches);
We assume that your project contains guides under the guides folder.
.
+└── guides
+ ├── gs-guide1
+ ├── gs-guide2
+ └── gs-guide3
+This means that the project contains 3 guides that would +correspond to the following guides in Spring Guides org.
+If you deploy your project with the -Pguides profile like this
$ ./mvnw clean deploy -Pguides
+what will happen is that for GA project versions, we will clone gs-guide1, gs-guide2 and gs-guide3 and update their contents with the ones being under your guides project.
You can skip this by either not adding the guides profile, or passing the -DskipGuides system property when the profile is turned on.