[releng] remove pack plugins

Change-Id: I2b8f988140acf7ab2bac0be7ac467f0fc3660439
Signed-off-by: aradermache <ansgar.radermacher@cea.fr>
diff --git a/pom.xml b/pom.xml
index 3f0ec33..67f350a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -171,7 +171,7 @@
 		- packAndSign: produce a stable update site (Packed & signed). Used for releases (+ milestones) only.
 	-->
     <profile>
-      <id>packAndSign</id>
+      <id>sign</id>
       <build>
 		<pluginManagement>
 		  <plugins>
@@ -186,20 +186,6 @@
         <plugins>
           <!-- Plugins configuration to be able to sign the jars built on Eclipse servers -->
           <plugin>
-            <groupId>org.eclipse.tycho.extras</groupId>
-            <artifactId>tycho-pack200a-plugin</artifactId>
-            <version>${tycho-version}</version>
-            <executions>
-              <execution>
-                <id>pack200-normalize</id>
-                <goals>
-                  <goal>normalize</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-
-          <plugin>
             <groupId>org.eclipse.cbi.maven.plugins</groupId>
             <artifactId>eclipse-jarsigner-plugin</artifactId>
             <version>${jarsigner-version}</version>
@@ -213,20 +199,6 @@
             </executions>
           </plugin>
 
-          <plugin>
-            <groupId>org.eclipse.tycho.extras</groupId>
-            <artifactId>tycho-pack200b-plugin</artifactId>
-            <version>${tycho-version}</version>
-            <executions>
-              <execution>
-                <id>pack200-pack</id>
-                <goals>
-                  <goal>pack</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-
           <!-- Make sure that Tycho generates its p2 metadata after the JAR has been packed -->
           <plugin>
             <groupId>org.eclipse.tycho</groupId>