Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-01-12 19:35:06 +0000
committerAlexander Kurtakov2017-01-12 19:35:06 +0000
commit494d9af8b5681a77ab4144636826bb1fa986aeda (patch)
tree06eae5b83348d4e071d51acfa8603cd1556cc8cf
parent8abfce119e3408a32d261fcce5da53387320e5c4 (diff)
downloadeclipse.platform.ua-494d9af8b5681a77ab4144636826bb1fa986aeda.tar.gz
eclipse.platform.ua-494d9af8b5681a77ab4144636826bb1fa986aeda.tar.xz
eclipse.platform.ua-494d9af8b5681a77ab4144636826bb1fa986aeda.zip
Bug 453379 - Make sure to precompile jsps with the same Jetty versionI20170112-2000
Change to the new groupId and remove the version as it's managed by pluginManagement section in parent pom. Change-Id: Ie4c31b48702adb0936f4653740b7487096562206 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--org.eclipse.help.webapp/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/org.eclipse.help.webapp/pom.xml b/org.eclipse.help.webapp/pom.xml
index eeed071a7..00ea7ccac 100644
--- a/org.eclipse.help.webapp/pom.xml
+++ b/org.eclipse.help.webapp/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2015 Eclipse Foundation.
+ Copyright (c) 2012, 2017 Eclipse Foundation.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -23,9 +23,8 @@
<build>
<plugins>
<plugin>
- <groupId>org.mortbay.jetty</groupId>
+ <groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-jspc-maven-plugin</artifactId>
- <version>8.1.8.v20121106</version>
<executions>
<execution>
<id>jspc</id>

Back to the top