diff --git a/multi/multi__spring_cloud_release_tools.html b/multi/multi__spring_cloud_release_tools.html
index 7b6b761c..283b595a 100644
--- a/multi/multi__spring_cloud_release_tools.html
+++ b/multi/multi__spring_cloud_release_tools.html
@@ -100,7 +100,11 @@ a project name. E.g. in gradle.properties you have
be set there. Just provide a mapping for the gradle-props-substition looking like this foo=spring-cloud-contract and the result
(e.g for sc-contract version 2.0.0.RELEASE) will be an updated gradle.properties with entry foo=2.0.0.RELEASE
releaser.pom.branch - Which branch of Spring Cloud Release should be checked out. Defaults to "master",releaser.pom.ignored-pom-regex - List of regular expressions of ignored poms. Defaults to test projects and samples.,releaser.working-dir - By default Releaser assumes running the program from the current working directory.![]() | Tip |
|---|---|
You can pass the options either via system properties or via application arguments.
Example for system properties: |
If your project has some custom configuration (e.g. Spring Cloud Contract needs a script to be executed
+Example for application argumemts: java -jar target/spring-cloud-release-tools-spring-1.0.0.M1.jar --releaser.pom.branch=Camden.SR6
![]() | Important |
|---|---|
For the GA release to be successful, it’s important that if the |
If your project has some custom configuration (e.g. Spring Cloud Contract needs a script to be executed
to build the project and properly merge the docs) then you can put a file named e.g. releaser.yml under config
folder and run your application like this:
$ wget http://repo.spring.io/libs-milestone/org/springframework/cloud/internal/spring-cloud-release-tools-spring/1.0.0.M1/spring-cloud-release-tools-spring-1.0.0.M1.jar -O ../spring-cloud-release-tools-spring-1.0.0.M1.jar $ java -jar target/spring-cloud-release-tools-spring-1.0.0.M1.jar --spring.config.name=releaser
![]() | Tip | ||
|---|---|---|---|
Notice that we’re downloading the jar to a parent folder, not to releaser.pom.branch - Which branch of Spring Cloud Release should be checked out. Defaults to "master",releaser.pom.ignored-pom-regex - List of regular expressions of ignored poms. Defaults to test projects and samples.,releaser.working-dir - By default Releaser assumes running the program from the current working directory.
|
![]() | Important |
|---|---|
For the GA release to be successful, it’s important that if the |
If your project has some custom configuration (e.g. Spring Cloud Contract needs a script to be executed
to build the project and properly merge the docs) then you can put a file named e.g. releaser.yml under config
folder and run your application like this:
$ wget http://repo.spring.io/libs-milestone/org/springframework/cloud/internal/spring-cloud-release-tools-spring/1.0.0.M1/spring-cloud-release-tools-spring-1.0.0.M1.jar -O ../spring-cloud-release-tools-spring-1.0.0.M1.jar $ java -jar target/spring-cloud-release-tools-spring-1.0.0.M1.jar --spring.config.name=releaser
![]() | Tip |
|---|---|
Notice that we’re downloading the jar to a parent folder, not to |