Skip to content

Commit

Permalink
Revert "added gpg plugin in pom.xml to sign artifacts"
Browse files Browse the repository at this point in the history
This reverts commit d2346ca.
  • Loading branch information
ktuukkan committed Jul 6, 2019
1 parent d2346ca commit 9bcad82
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,20 +189,6 @@ along with Java Marine API. If not, see <http://www.gnu.org/licenses />.
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 9bcad82

Please sign in to comment.