Skip to content

Commit 77d5453

Browse files
author
Phillip Webb
committed
Add gmavenplus-plugin to parent POM
1 parent 62d2b41 commit 77d5453

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

spring-boot-docs/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@
176176
<plugin>
177177
<groupId>org.codehaus.gmavenplus</groupId>
178178
<artifactId>gmavenplus-plugin</artifactId>
179-
<version>1.2</version>
180179
<executions>
181180
<execution>
182181
<goals>

spring-boot-parent/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,11 @@
272272
<artifactId>maven-site-plugin</artifactId>
273273
<version>3.3</version>
274274
</plugin>
275+
<plugin>
276+
<groupId>org.codehaus.gmavenplus</groupId>
277+
<artifactId>gmavenplus-plugin</artifactId>
278+
<version>1.2</version>
279+
</plugin>
275280
<plugin>
276281
<groupId>org.codehaus.mojo</groupId>
277282
<artifactId>sonar-maven-plugin</artifactId>

0 commit comments

Comments
 (0)