Skip to content

Commit 2fed41d

Browse files
committed
remove dependencia desnecessaria
1 parent ccb6cb1 commit 2fed41d

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

pom-base.xml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -202,20 +202,6 @@
202202
<autoReleaseAfterClose>true</autoReleaseAfterClose>
203203
</configuration>
204204
</plugin>
205-
<plugin>
206-
<groupId>org.apache.maven.plugins</groupId>
207-
<artifactId>maven-gpg-plugin</artifactId>
208-
<version>1.6</version>
209-
<executions>
210-
<execution>
211-
<id>sign-artifacts</id>
212-
<phase>verify</phase>
213-
<goals>
214-
<goal>sign</goal>
215-
</goals>
216-
</execution>
217-
</executions>
218-
</plugin>
219205
<plugin>
220206
<groupId>org.apache.maven.plugins</groupId>
221207
<artifactId>maven-release-plugin</artifactId>
@@ -239,23 +225,6 @@
239225
</executions>
240226
</plugin>
241227
<plugin>
242-
<groupId>org.apache.maven.plugins</groupId>
243-
<artifactId>maven-javadoc-plugin</artifactId>
244-
<version>3.5.0</version>
245-
<executions>
246-
<execution>
247-
<id>attach-javadocs</id>
248-
<goals>
249-
<goal>jar</goal>
250-
</goals>
251-
</execution>
252-
</executions>
253-
<configuration>
254-
<failOnError>false</failOnError>
255-
</configuration>
256-
</plugin>
257-
<plugin>
258-
<groupId>org.apache.maven.plugins</groupId>
259228
<artifactId>maven-surefire-plugin</artifactId>
260229
<version>3.0.0</version>
261230
<configuration>

0 commit comments

Comments
 (0)