Skip to content

Commit 40d67be

Browse files
committed
doc update
1 parent d0c112d commit 40d67be

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ The plugin works in conjunction with spring-boot-maven plugin.
303303
You can test it during the integration tests phase using the maven command:
304304

305305
```protobuf
306-
mvn verify -Dspring.application.admin.enabled=true
306+
mvn verify
307307
```
308308

309309
In order to use this functionality, you need to add the plugin declaration on the plugins section of your pom.xml:
@@ -312,7 +312,10 @@ In order to use this functionality, you need to add the plugin declaration on th
312312
<plugin>
313313
<groupId>org.springframework.boot</groupId>
314314
<artifactId>spring-boot-maven-plugin</artifactId>
315-
<version>2.3.0.RELEASE</version>
315+
<version>2.3.5.RELEASE</version>
316+
<configuration>
317+
<jvmArguments>-Dspring.application.admin.enabled=true</jvmArguments>
318+
</configuration>
316319
<executions>
317320
<execution>
318321
<id>pre-integration-test</id>

src/main/resources/index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ The plugin works in conjunction with spring-boot-maven plugin.
303303
You can test it during the integration tests phase using the maven command:
304304

305305
```protobuf
306-
mvn verify -Dspring.application.admin.enabled=true
306+
mvn verify
307307
```
308308

309309
In order to use this functionality, you need to add the plugin declaration on the plugins section of your pom.xml:
@@ -312,7 +312,10 @@ In order to use this functionality, you need to add the plugin declaration on th
312312
<plugin>
313313
<groupId>org.springframework.boot</groupId>
314314
<artifactId>spring-boot-maven-plugin</artifactId>
315-
<version>2.3.0.RELEASE</version>
315+
<version>2.3.5.RELEASE</version>
316+
<configuration>
317+
<jvmArguments>-Dspring.application.admin.enabled=true</jvmArguments>
318+
</configuration>
316319
<executions>
317320
<execution>
318321
<id>pre-integration-test</id>

0 commit comments

Comments
 (0)