Kill jetty-maven-plugin support Abandoned in favor of the embedded jetty approach. Change-Id: Iaef6a30382c4c04c28f2afb3a3f71992ceda9561
diff --git a/pom.xml b/pom.xml index 049c528..3498a05 100644 --- a/pom.xml +++ b/pom.xml
@@ -167,22 +167,6 @@ </plugin> </plugins> </pluginManagement> - - <plugins> - <plugin> - <groupId>org.mortbay.jetty</groupId> - <artifactId>jetty-maven-plugin</artifactId> - <version>${jettyVersion}</version> - <configuration> - <webApp> - <defaultsDescriptor>gitiles-war/webdefault.xml</defaultsDescriptor> - </webApp> - <war>gitiles-war/target/gitiles-war-${project.version}.war</war> - </configuration> - <!-- TODO(dborowitz): Separate execution with reloadable static - resources and templates. --> - </plugin> - </plugins> </build> <repositories>