Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2015-12-23 03:22:19 +0000
committerJan Bartel2015-12-23 03:22:19 +0000
commit9fd3a9342f2cfa9736595e9eb0abcf4bda38c98a (patch)
tree9b9eea11a4cdb9a366903b92e3c493b3928d6d64
parent2dc78a5cd9b135127d3ce2e864447df0c0b57d48 (diff)
downloadorg.eclipse.jetty.project-9fd3a9342f2cfa9736595e9eb0abcf4bda38c98a.tar.gz
org.eclipse.jetty.project-9fd3a9342f2cfa9736595e9eb0abcf4bda38c98a.tar.xz
org.eclipse.jetty.project-9fd3a9342f2cfa9736595e9eb0abcf4bda38c98a.zip
Fix duplicate declaration of felix plugin execution for jetty-runner
-rw-r--r--jetty-runner/pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml
index 17be7ef8a0..7b449d9658 100644
--- a/jetty-runner/pom.xml
+++ b/jetty-runner/pom.xml
@@ -42,8 +42,6 @@
<extensions>true</extensions>
<executions>
<execution>
- <id>bundle-manifest</id>
- <phase>process-classes</phase>
<goals>
<goal>manifest</goal>
</goals>

Back to the top