Skip to content

Commit

Permalink
Remove maven-gpg-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikholler committed May 3, 2019
1 parent be161d6 commit 8aca0cb
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions pom.xml
Expand Up @@ -7,10 +7,6 @@
<name>OpenStack Java SDK</name>
<description>OpenStack Java SDK</description>

<properties>
<skip.sign>false</skip.sign>
</properties>

<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
Expand Down Expand Up @@ -104,23 +100,6 @@
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<configuration>
<skip>${skip.sign}</skip>
</configuration>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
Expand Down

0 comments on commit 8aca0cb

Please sign in to comment.