Skip to content

Commit 770e175

Browse files
author
chengyitian
committed
REL-48: add plugin for maven pom;
1 parent 9f89d38 commit 770e175

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
@@ -168,6 +168,20 @@
168168
<!-- </executions>-->
169169
<!-- <inherited>false</inherited>-->
170170
<!-- </plugin>-->
171+
<plugin>
172+
<groupId>org.apache.maven.plugins</groupId>
173+
<artifactId>maven-gpg-plugin</artifactId>
174+
<version>1.6</version>
175+
<executions>
176+
<execution>
177+
<id>sign-artifacts</id>
178+
<phase>verify</phase>
179+
<goals>
180+
<goal>sign</goal>
181+
</goals>
182+
</execution>
183+
</executions>
184+
</plugin>
171185
<plugin>
172186
<artifactId>maven-compiler-plugin</artifactId>
173187
<version>3.5.1</version>

0 commit comments

Comments
 (0)