Skip to content

Commit 29171b2

Browse files
committed
Remove unused Maven plugins
1 parent e24bdc8 commit 29171b2

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

pom.xml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -103,18 +103,6 @@
103103
<commitIdGenerationMode>full</commitIdGenerationMode>
104104
</configuration>
105105
</plugin>
106-
<plugin>
107-
<groupId>org.sonatype.plugins</groupId>
108-
<artifactId>nexus-staging-maven-plugin</artifactId>
109-
<version>1.7.0</version>
110-
<extensions>true</extensions>
111-
<configuration>
112-
<serverId>ossrh</serverId>
113-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
114-
<stagingProfileId>40766864c3b853</stagingProfileId>
115-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
116-
</configuration>
117-
</plugin>
118106
<plugin>
119107
<groupId>org.apache.maven.plugins</groupId>
120108
<artifactId>maven-source-plugin</artifactId>
@@ -165,15 +153,6 @@
165153
</descriptorRefs>
166154
</configuration>
167155
</plugin>
168-
<plugin>
169-
<groupId>org.apache.maven.plugins</groupId>
170-
<artifactId>maven-surefire-plugin</artifactId>
171-
<version>3.3.1</version>
172-
<configuration>
173-
<!-- Travis build workaround -->
174-
<argLine>-Xms1024m -Xmx2048m</argLine>
175-
</configuration>
176-
</plugin>
177156
<!-- download source jars and link them when running eclipse:eclipse -->
178157
<plugin>
179158
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)