Skip to content

Commit 6009baa

Browse files
committed
Remove plugin management for Maven's site plugin
Closes gh-19085
1 parent eeeeaa5 commit 6009baa

File tree

2 files changed

+0
-10
lines changed
  • spring-boot-project

2 files changed

+0
-10
lines changed

spring-boot-project/spring-boot-dependencies/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@
233233
<maven-javadoc-plugin.version>3.1.1</maven-javadoc-plugin.version>
234234
<maven-resources-plugin.version>3.1.0</maven-resources-plugin.version>
235235
<maven-shade-plugin.version>3.2.1</maven-shade-plugin.version>
236-
<maven-site-plugin.version>3.8.2</maven-site-plugin.version>
237236
<maven-source-plugin.version>3.2.0</maven-source-plugin.version>
238237
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
239238
<maven-war-plugin.version>3.2.3</maven-war-plugin.version>
@@ -3323,11 +3322,6 @@
33233322
<artifactId>maven-shade-plugin</artifactId>
33243323
<version>${maven-shade-plugin.version}</version>
33253324
</plugin>
3326-
<plugin>
3327-
<groupId>org.apache.maven.plugins</groupId>
3328-
<artifactId>maven-site-plugin</artifactId>
3329-
<version>${maven-site-plugin.version}</version>
3330-
</plugin>
33313325
<plugin>
33323326
<groupId>org.apache.maven.plugins</groupId>
33333327
<artifactId>maven-source-plugin</artifactId>

spring-boot-project/spring-boot-parent/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -318,10 +318,6 @@
318318
<artifactId>maven-plugin-plugin</artifactId>
319319
<version>3.6.0</version>
320320
</plugin>
321-
<plugin>
322-
<groupId>org.apache.maven.plugins</groupId>
323-
<artifactId>maven-site-plugin</artifactId>
324-
</plugin>
325321
<plugin>
326322
<groupId>org.basepom.maven</groupId>
327323
<artifactId>duplicate-finder-maven-plugin</artifactId>

0 commit comments

Comments
 (0)