Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d209b02

Browse files
committedAug 24, 2016
Configure signing of releases
1 parent aa6a06b commit d209b02

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,20 @@
219219
<autoReleaseAfterClose>true</autoReleaseAfterClose>
220220
</configuration>
221221
</plugin>
222+
<plugin>
223+
<groupId>org.apache.maven.plugins</groupId>
224+
<artifactId>maven-gpg-plugin</artifactId>
225+
<version>1.5</version>
226+
<executions>
227+
<execution>
228+
<id>sign-artifacts</id>
229+
<phase>verify</phase>
230+
<goals>
231+
<goal>sign</goal>
232+
</goals>
233+
</execution>
234+
</executions>
235+
</plugin>
222236
</plugins>
223237
</build>
224238
</profile>

0 commit comments

Comments
 (0)
This repository has been archived.