Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
removign signing to profile
Browse files Browse the repository at this point in the history
  • Loading branch information
kor committed Mar 17, 2015
1 parent e37d0c8 commit 2b80ed7
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions raml-to-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,7 @@

<build>
<plugins>
<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>

<plugin>
<groupId>com.mycila.maven-license-plugin</groupId>
<artifactId>maven-license-plugin</artifactId>
Expand Down

0 comments on commit 2b80ed7

Please sign in to comment.