diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/build-info.adoc b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/build-info.adoc index f51b71b6a0a..c8834f4e795 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/build-info.adoc +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/build-info.adoc @@ -12,7 +12,7 @@ It also allows you to add an arbitrary number of additional properties, as shown org.springframework.boot spring-boot-maven-plugin - {version} + {gradle-project-version} diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/integration-tests.adoc b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/integration-tests.adoc index 19155961559..09e08bce3f9 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/integration-tests.adoc +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/integration-tests.adoc @@ -11,7 +11,7 @@ To make sure that the lifecycle of your Spring Boot application is properly mana org.springframework.boot spring-boot-maven-plugin - {version} + {gradle-project-version} pre-integration-test @@ -79,7 +79,7 @@ The example below showcases how you could achieve the same feature using the htt org.springframework.boot spring-boot-maven-plugin - {version} + {gradle-project-version} pre-integration-test @@ -136,7 +136,7 @@ This example shows how you can skip integration tests with a command-line proper org.springframework.boot spring-boot-maven-plugin - {version} + {gradle-project-version} pre-integration-test diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging.adoc b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging.adoc index 9a9aa22dee0..1588a0561e1 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging.adoc +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging.adoc @@ -12,7 +12,7 @@ Packaging an executable archive is performed by the `repackage` goal, as shown i org.springframework.boot spring-boot-maven-plugin - {version} + {gradle-project-version} @@ -47,7 +47,7 @@ The "Main-Class" in the manifest is actually controlled by the "layout" property org.springframework.boot spring-boot-maven-plugin - {version} + {gradle-project-version} ${start.class} ZIP @@ -92,7 +92,7 @@ If that is the case or if you prefer to keep the original artifact and attach th org.springframework.boot spring-boot-maven-plugin - {version} + {gradle-project-version} repackage @@ -165,7 +165,7 @@ The following configuration installs/deploys a single `task` classified artifact org.springframework.boot spring-boot-maven-plugin - {version} + {gradle-project-version} repackage @@ -235,7 +235,7 @@ If you need the repackaged jar to have a different local name than the one defin org.springframework.boot spring-boot-maven-plugin - {version} + {gradle-project-version} repackage @@ -267,7 +267,7 @@ If you need to only deploy the original jar and yet be able to run your app with org.springframework.boot spring-boot-maven-plugin - {version} + {gradle-project-version} repackage @@ -302,7 +302,7 @@ Spring Boot repackages the jar file for this project using a custom layout facto org.springframework.boot spring-boot-maven-plugin - {version} + {gradle-project-version} repackage @@ -359,7 +359,7 @@ The following example excludes `com.foo:bar`, and only that artifact: org.springframework.boot spring-boot-maven-plugin - {version} + {gradle-project-version} @@ -384,7 +384,7 @@ This example excludes any artifact belonging to the `com.foo` group: org.springframework.boot spring-boot-maven-plugin - {version} + {gradle-project-version} com.foo diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/running.adoc b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/running.adoc index cf9cfcfe598..901afbd9211 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/running.adoc +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/running.adoc @@ -26,7 +26,7 @@ To enable it, just add the following dependency to your project: org.springframework.boot spring-boot-devtools - {version} + {gradle-project-version} true @@ -54,7 +54,7 @@ You can restore it at any time by configuring your project: org.springframework.boot spring-boot-maven-plugin - {version} + {gradle-project-version} true @@ -99,7 +99,7 @@ The following configuration suspend the process until a debugger has joined on p org.springframework.boot spring-boot-maven-plugin - {version} + {gradle-project-version} -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005 @@ -136,7 +136,7 @@ The following example sets `property1` to `test` and `property2` to 42: org.springframework.boot spring-boot-maven-plugin - {version} + {gradle-project-version} test @@ -178,7 +178,7 @@ The following example sets the 'ENV1', 'ENV2', 'ENV3', 'ENV4' env variables: org.springframework.boot spring-boot-maven-plugin - {version} + {gradle-project-version} 5000 @@ -217,7 +217,7 @@ The following configuration enables the `foo` and `bar` profiles: org.springframework.boot spring-boot-maven-plugin - {version} + {gradle-project-version} foo