Skip to content

Commit 5b86e34

Browse files
committed
Improved the pom.
1 parent 4f4c16c commit 5b86e34

File tree

1 file changed

+9
-29
lines changed

1 file changed

+9
-29
lines changed

pom.xml

Lines changed: 9 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -145,22 +145,6 @@
145145
</excludes>
146146
</configuration>
147147
</plugin>
148-
<plugin>
149-
<groupId>org.apache.maven.plugins</groupId>
150-
<artifactId>maven-dependency-plugin</artifactId>
151-
<version>3.0.2</version>
152-
<executions>
153-
<execution>
154-
<id>analyze</id>
155-
<goals>
156-
<goal>analyze-only</goal>
157-
</goals>
158-
<configuration>
159-
<failOnWarning>true</failOnWarning>
160-
</configuration>
161-
</execution>
162-
</executions>
163-
</plugin>
164148
<plugin>
165149
<groupId>com.code54.mojo</groupId>
166150
<artifactId>buildversion-plugin</artifactId>
@@ -267,19 +251,15 @@
267251
<groupId>org.apache.maven.plugins</groupId>
268252
<artifactId>maven-gpg-plugin</artifactId>
269253
<version>1.6</version>
270-
<configuration>
271-
<useAgent>true</useAgent>
272-
</configuration>
273-
</plugin>
274-
<plugin>
275-
<groupId>org.apache.maven.plugins</groupId>
276-
<artifactId>maven-release-plugin</artifactId>
277-
<version>2.5.3</version>
278-
<configuration>
279-
<mavenExecutorId>forked-path</mavenExecutorId> <!-- avoid a bug with GPG plugin hanging http://jira.codehaus.org/browse/MGPG-9 -->
280-
<autoVersionSubmodules>true</autoVersionSubmodules>
281-
<tagNameFormat>@{project.version}</tagNameFormat>
282-
</configuration>
254+
<executions>
255+
<execution>
256+
<id>sign-artifacts</id>
257+
<phase>verify</phase>
258+
<goals>
259+
<goal>sign</goal>
260+
</goals>
261+
</execution>
262+
</executions>
283263
</plugin>
284264
</plugins>
285265
</build>

0 commit comments

Comments
 (0)