Skip to content

Commit b75bf53

Browse files
committed
Remove unused Maven plugins
1 parent 2b624cd commit b75bf53

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
@@ -81,18 +81,6 @@
8181

8282
<build>
8383
<plugins>
84-
<plugin>
85-
<groupId>org.sonatype.plugins</groupId>
86-
<artifactId>nexus-staging-maven-plugin</artifactId>
87-
<version>1.7.0</version>
88-
<extensions>true</extensions>
89-
<configuration>
90-
<serverId>ossrh</serverId>
91-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
92-
<stagingProfileId>40766864c3b853</stagingProfileId>
93-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
94-
</configuration>
95-
</plugin>
9684
<plugin>
9785
<groupId>org.apache.maven.plugins</groupId>
9886
<artifactId>maven-source-plugin</artifactId>
@@ -143,15 +131,6 @@
143131
</descriptorRefs>
144132
</configuration>
145133
</plugin>
146-
<plugin>
147-
<groupId>org.apache.maven.plugins</groupId>
148-
<artifactId>maven-surefire-plugin</artifactId>
149-
<version>3.3.1</version>
150-
<configuration>
151-
<!-- Travis build workaround -->
152-
<argLine>-Xms1024m -Xmx2048m</argLine>
153-
</configuration>
154-
</plugin>
155134
<!-- download source jars and link them when running eclipse:eclipse -->
156135
<plugin>
157136
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)