Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Goubet2015-07-07 13:11:36 +0000
committerLaurent Goubet2015-07-08 09:20:07 +0000
commit03a5d69d104d072cfef89a14c84bcd3f404d9cd8 (patch)
tree9ee57d7794c9f69b66e2fa7e0ae19e75b68fe7b9
parent7e85866e8d07d3accfc140274bedc207b6efc26b (diff)
downloadorg.eclipse.emf.compare-03a5d69d104d072cfef89a14c84bcd3f404d9cd8.tar.gz
org.eclipse.emf.compare-03a5d69d104d072cfef89a14c84bcd3f404d9cd8.tar.xz
org.eclipse.emf.compare-03a5d69d104d072cfef89a14c84bcd3f404d9cd8.zip
Revert "doc issues - test - Remove signing and packing"
-rw-r--r--org.eclipse.emf.compare-parent/pom.xml27
1 files changed, 26 insertions, 1 deletions
diff --git a/org.eclipse.emf.compare-parent/pom.xml b/org.eclipse.emf.compare-parent/pom.xml
index c2154b88a..fed7941b3 100644
--- a/org.eclipse.emf.compare-parent/pom.xml
+++ b/org.eclipse.emf.compare-parent/pom.xml
@@ -616,7 +616,32 @@
</execution>
</executions>
</plugin>
-
+ <plugin>
+ <groupId>org.eclipse.cbi.maven.plugins</groupId>
+ <artifactId>eclipse-jarsigner-plugin</artifactId>
+ <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>
+ <executions>
+ <execution>
+ <id>pack200-pack</id>
+ <goals>
+ <goal>pack</goal>
+ </goals>
+ <phase>package</phase>
+ </execution>
+ </executions>
+ </plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-plugin</artifactId>

Back to the top