Skip to content

Commit 3ecb90a

Browse files
committed
Remover plugins desnecessários para nosso tool-chain
1 parent 99e993a commit 3ecb90a

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

pom-base.xml

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

0 commit comments

Comments
 (0)