Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwpiers2015-05-07 15:12:34 +0000
committerwpiers2015-05-07 15:12:34 +0000
commita1cb7271b6bfc100a42d91c530f964ea3823aa17 (patch)
tree8062d878379c7dbaf0fc0ea3b754997c10072899
parenteb50bd19ac2f122fafaf2b3ba6d2d84313f59901 (diff)
downloadorg.eclipse.atl-a1cb7271b6bfc100a42d91c530f964ea3823aa17.tar.gz
org.eclipse.atl-a1cb7271b6bfc100a42d91c530f964ea3823aa17.tar.xz
org.eclipse.atl-a1cb7271b6bfc100a42d91c530f964ea3823aa17.zip
reactivated signing
-rw-r--r--releng/org.eclipse.m2m.atl.releng.parent/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/releng/org.eclipse.m2m.atl.releng.parent/pom.xml b/releng/org.eclipse.m2m.atl.releng.parent/pom.xml
index 828b2096..d3d4c608 100644
--- a/releng/org.eclipse.m2m.atl.releng.parent/pom.xml
+++ b/releng/org.eclipse.m2m.atl.releng.parent/pom.xml
@@ -394,6 +394,20 @@
</executions>
</plugin>
<plugin>
+ <groupId>org.eclipse.cbi.maven.plugins</groupId>
+ <artifactId>eclipse-jarsigner-plugin</artifactId>
+ <version>1.0.5</version>
+ <executions>
+ <execution>
+ <id>sign</id>
+ <phase>package</phase>
+ <goals>
+ <goal>sign</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pack200b-plugin</artifactId>
<version>${tycho-extras-version}</version>

Back to the top