Skip to content
This repository was archived by the owner on Dec 7, 2020. It is now read-only.

Commit 247e27f

Browse files
author
Marek Sierociński
committed
Adding maven-gpg-plugin plugin
1 parent 039de34 commit 247e27f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,19 @@
9999
<additionalparam>-Xdoclint:none</additionalparam>
100100
</configuration>
101101
</plugin>
102+
<plugin>
103+
<groupId>org.apache.maven.plugins</groupId>
104+
<artifactId>maven-gpg-plugin</artifactId>
105+
<executions>
106+
<execution>
107+
<id>sign-artifacts</id>
108+
<phase>verify</phase>
109+
<goals>
110+
<goal>sign</goal>
111+
</goals>
112+
</execution>
113+
</executions>
114+
</plugin>
102115
</plugins>
103116
</build>
104117
</project>

0 commit comments

Comments
 (0)