[releng] Remove pack plugins

Change-Id: I04537221285791fa648767439305ef1abb6c72d8
Signed-off-by: aradermache <ansgar.radermacher@cea.fr>
diff --git a/pom.xml b/pom.xml
index 2f4515a..835d844 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,11 +143,11 @@
   </build>
   
   <profiles>
-    <!-- Profile for tasks specific to the build on Eclipse Hudson instance:
-		- packAndSign: produce a stable update site (Packed & signed). Used for releases (+ milestones) only.
+    <!-- Profile for tasks specific to the build on Eclipse CI instance:
+		- packAndSign: produce a stable update site (signed). Used for releases (+ milestones) only.
 	-->
     <profile>
-      <id>packAndSign</id>
+      <id>sign</id>
       <build>
 		<pluginManagement>
 		  <plugins>
@@ -158,23 +158,8 @@
 			</plugin>
 		  </plugins>	
 		</pluginManagement>
+
         <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>
@@ -188,21 +173,7 @@
               </execution>
             </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>
@@ -221,9 +192,9 @@
               <defaultP2Metadata>false</defaultP2Metadata>
             </configuration>
           </plugin>
-        
         </plugins>
       </build>
+
 	  <activation>
 		<property>
 			<name>SIGN</name>