Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-06-13 09:51:52 +0000
committerAlexander Kurtakov2019-06-13 09:51:52 +0000
commitf4f9950cbd5c96f0d2106f8697c33adf8cc30c64 (patch)
tree9470f51a8be773664627102c4cf9084ff4521613
parentb94a2d411480ba5d8494409b7874cde19806f177 (diff)
downloadeclipse.platform.releng.aggregator-f4f9950cbd5c96f0d2106f8697c33adf8cc30c64.tar.gz
eclipse.platform.releng.aggregator-f4f9950cbd5c96f0d2106f8697c33adf8cc30c64.tar.xz
eclipse.platform.releng.aggregator-f4f9950cbd5c96f0d2106f8697c33adf8cc30c64.zip
Remove jetty-jspc maven plugin from parent pom.
It is needed only by help webapp and there it's another version already specified. Change-Id: I96e17bcde0efc9519b957e701ac82d8ab073bcbb Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--eclipse-platform-parent/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 1a7697322..750e7f207 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -569,11 +569,6 @@
<version>3.1.0</version>
</plugin>
<plugin>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-jspc-maven-plugin</artifactId>
- <version>9.4.14.v20181114</version>
- </plugin>
- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>xml-maven-plugin</artifactId>
<version>1.0.1</version>

Back to the top