mirror of https://github.com/apache/archiva.git
upgrade GPG plugin and use agent
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1039228 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bc56d6353c
commit
b5255589cf
3
pom.xml
3
pom.xml
|
@ -150,7 +150,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-gpg-plugin</artifactId>
|
||||
<version>1.0-alpha-4</version>
|
||||
<version>1.1</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
@ -1193,6 +1193,7 @@
|
|||
<artifactId>maven-gpg-plugin</artifactId>
|
||||
<configuration>
|
||||
<passphrase>${gpg.passphrase}</passphrase>
|
||||
<useAgent>true</useAgent>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
|
Loading…
Reference in New Issue