Skip to content

Commit 0f18856

Browse files
author
tsaitsung-han.tht
committed
Fix gpg plugin
1 parent b2146a5 commit 0f18856

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

pom.xml

+14-14
Original file line numberDiff line numberDiff line change
@@ -282,20 +282,6 @@
282282
<artifactId>coveralls-maven-plugin</artifactId>
283283
<version>4.3.0</version>
284284
</plugin>
285-
<plugin>
286-
<groupId>org.apache.maven.plugins</groupId>
287-
<artifactId>maven-gpg-plugin</artifactId>
288-
<version>1.6</version>
289-
<executions>
290-
<execution>
291-
<id>sign-artifacts</id>
292-
<phase>verify</phase>
293-
<goals>
294-
<goal>sign</goal>
295-
</goals>
296-
</execution>
297-
</executions>
298-
</plugin>
299285
</plugins>
300286
</pluginManagement>
301287

@@ -340,6 +326,20 @@
340326
<autoReleaseAfterClose>true</autoReleaseAfterClose>
341327
</configuration>
342328
</plugin>
329+
<plugin>
330+
<groupId>org.apache.maven.plugins</groupId>
331+
<artifactId>maven-gpg-plugin</artifactId>
332+
<version>1.6</version>
333+
<executions>
334+
<execution>
335+
<id>sign-artifacts</id>
336+
<phase>verify</phase>
337+
<goals>
338+
<goal>sign</goal>
339+
</goals>
340+
</execution>
341+
</executions>
342+
</plugin>
343343
</plugins>
344344
</build>
345345

0 commit comments

Comments
 (0)