Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
This repository was archived by the owner on Aug 17, 2018. It is now read-only.

Commit 86f54aa

Browse files
committed
for adding gpg signature. update pom.xml
svn path=/trunk/; revision=1514
1 parent 6f5887d commit 86f54aa

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

impl/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,20 @@
231231
<arguments>${release.arguments}</arguments>
232232
</configuration>
233233
</plugin>
234+
<plugin>
235+
<groupId>org.apache.maven.plugins</groupId>
236+
<artifactId>maven-gpg-plugin</artifactId>
237+
<version>1.6</version>
238+
<executions>
239+
<execution>
240+
<id>sign-artifacts</id>
241+
<phase>verify</phase>
242+
<goals>
243+
<goal>sign</goal>
244+
</goals>
245+
</execution>
246+
</executions>
247+
</plugin>
234248
</plugins>
235249
<resources>
236250
<resource>

0 commit comments

Comments
 (0)