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

Commit

Permalink
removing signing to profile
Browse files Browse the repository at this point in the history
  • Loading branch information
kor committed Mar 17, 2015
1 parent 880f187 commit e37d0c8
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions jaxrs-to-raml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,7 @@
<version>${tycho.version}</version>
<extensions>true</extensions>
</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>

<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
Expand Down

0 comments on commit e37d0c8

Please sign in to comment.