Removed pack200 execution in pom.xml
diff --git a/pom.xml b/pom.xml index 9b94966..8113850 100644 --- a/pom.xml +++ b/pom.xml
@@ -266,20 +266,6 @@ <id>sign</id> <build> <plugins> - <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> - <phase>package</phase> - </execution> - </executions> - </plugin> <plugin> <groupId>org.eclipse.cbi.maven.plugins</groupId> @@ -296,39 +282,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> - <phase>package</phase> - </execution> - </executions> - </plugin> - - <!-- Then, alter p2-metadata to make the .pack.gz artifact visible from other modules --> - <plugin> - <groupId>org.eclipse.tycho</groupId> - <artifactId>tycho-p2-plugin</artifactId> - <version>${tycho.version}</version> - <executions> - <execution> - <id>p2-metadata</id> - <goals> - <goal>p2-metadata</goal> - </goals> - <phase>package</phase> - </execution> - </executions> - <configuration> - <defaultP2Metadata>false</defaultP2Metadata> - </configuration> - </plugin> </plugins> </build> </profile>