Skip to content

Commit 91d71ac

Browse files
Remove unused plugins
1 parent a274871 commit 91d71ac

1 file changed

Lines changed: 1 addition & 37 deletions

File tree

pom.xml

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,9 @@
8686
<maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
8787
<maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
8888
<maven-install-plugin.version>2.5.2</maven-install-plugin.version>
89-
<maven-site-plugin.version>3.10.0</maven-site-plugin.version>
9089
<maven-resources-plugin.version>3.2.0</maven-resources-plugin.version>
9190
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
9291

93-
<jacoco-maven-plugin.version>0.8.7</jacoco-maven-plugin.version>
94-
9592
<!-- empty argLine property, the value is set up by Jacoco during unit tests execution -->
9693
<argLine />
9794

@@ -198,10 +195,6 @@
198195
<artifactId>maven-install-plugin</artifactId>
199196
<version>${maven-install-plugin.version}</version>
200197
</plugin>
201-
<plugin>
202-
<artifactId>maven-site-plugin</artifactId>
203-
<version>${maven-site-plugin.version}</version>
204-
</plugin>
205198
<plugin>
206199
<artifactId>maven-resources-plugin</artifactId>
207200
<version>${maven-resources-plugin.version}</version>
@@ -367,7 +360,7 @@
367360
<version>${maven-release-plugin.version}</version>
368361
<configuration>
369362
<autoVersionSubmodules>true</autoVersionSubmodules>
370-
<releaseProfiles>release,sign</releaseProfiles>
363+
<releaseProfiles>sign</releaseProfiles>
371364
<goals>deploy</goals>
372365
<tagNameFormat>@{project.version}</tagNameFormat>
373366
</configuration>
@@ -380,35 +373,6 @@
380373
<argLine>@{argLine} -Xms500m -Xmx500m -Xss512k</argLine>
381374
</configuration>
382375
</plugin>
383-
<plugin>
384-
<groupId>org.jacoco</groupId>
385-
<artifactId>jacoco-maven-plugin</artifactId>
386-
<version>${jacoco-maven-plugin.version}</version>
387-
<executions>
388-
<execution>
389-
<id>default-prepare-agent</id>
390-
<goals>
391-
<goal>prepare-agent</goal>
392-
</goals>
393-
</execution>
394-
<execution>
395-
<id>default-report</id>
396-
<phase>prepare-package</phase>
397-
<goals>
398-
<goal>report</goal>
399-
</goals>
400-
</execution>
401-
<execution>
402-
<id>default-check</id>
403-
<goals>
404-
<goal>check</goal>
405-
</goals>
406-
<configuration>
407-
<rules />
408-
</configuration>
409-
</execution>
410-
</executions>
411-
</plugin>
412376
</plugins>
413377
</build>
414378

0 commit comments

Comments
 (0)