Skip to content

Commit

Permalink
Sign p2 repository artifacts. Fixes #287
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilnanivadekar committed Aug 17, 2017
1 parent ecfed99 commit 127db25
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions p2-repository/pom.xml
Expand Up @@ -105,10 +105,7 @@

<profiles>
<profile>
<id>eclipse-sign</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<id>release-artifacts</id>
<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -139,11 +136,11 @@
</configuration>
<executions>
<execution>
<id>sign</id>
<phase>package</phase>
<goals>
<goal>sign</goal>
</goals>
<id>jarsign</id>
<phase>package</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 127db25

Please sign in to comment.