We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d2b41 commit 77d5453Copy full SHA for 77d5453
spring-boot-docs/pom.xml
@@ -176,7 +176,6 @@
176
<plugin>
177
<groupId>org.codehaus.gmavenplus</groupId>
178
<artifactId>gmavenplus-plugin</artifactId>
179
- <version>1.2</version>
180
<executions>
181
<execution>
182
<goals>
spring-boot-parent/pom.xml
@@ -272,6 +272,11 @@
272
<artifactId>maven-site-plugin</artifactId>
273
<version>3.3</version>
274
</plugin>
275
+ <plugin>
276
+ <groupId>org.codehaus.gmavenplus</groupId>
277
+ <artifactId>gmavenplus-plugin</artifactId>
278
+ <version>1.2</version>
279
+ </plugin>
280
281
<groupId>org.codehaus.mojo</groupId>
282
<artifactId>sonar-maven-plugin</artifactId>
0 commit comments