Add GPG version

This commit is contained in:
Graham Triggs 2016-06-26 15:36:39 +01:00
parent fac3f75f45
commit 5123620051
2 changed files with 2 additions and 10 deletions

View file

@ -10,16 +10,6 @@
<version>1.9.0-SNAPSHOT</version>
<packaging>pom</packaging>
<!--
The parent POM is normally retrieved from Maven Central
In the event of a build failure, it's possible to remove this definition.
-->
<parent>
<groupId>org.vivoweb</groupId>
<artifactId>vivo-project</artifactId>
<version>1.9.0-SNAPSHOT</version>
</parent>
<name>VIVO Installer</name>
<properties>
@ -38,6 +28,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<configuration>
<skip>true</skip>
</configuration>

View file

@ -148,6 +148,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>