Skip to content

Commit

Permalink
Merge pull request #6855 from eclipse/jetty-10.0.x-remove-pack200-plu…
Browse files Browse the repository at this point in the history
…gins

Issue #6853 - remove pack200 plugins (Jetty 10.0.x)
  • Loading branch information
joakime committed Sep 15, 2021
2 parents 809b0cf + 3e25efe commit 1c8172f
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions pom.xml
Expand Up @@ -39,7 +39,6 @@
<asm.version>9.2</asm.version>
<jmh.version>1.33</jmh.version>
<jmhjar.name>benchmarks</jmhjar.name>
<tycho.version>2.3.0</tycho.version>
<junit.version>5.8.0</junit.version>
<maven.version>3.8.2</maven.version>
<maven.resolver.version>1.7.2</maven.resolver.version>
Expand Down Expand Up @@ -1639,20 +1638,6 @@
</properties>
<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>
<!-- This plugin only exists on Eclipse CBI -->
<groupId>org.eclipse.cbi.maven.plugins</groupId>
Expand All @@ -1668,20 +1653,6 @@
</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>
<phase>package</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
<pluginRepositories>
Expand Down

0 comments on commit 1c8172f

Please sign in to comment.