diff --git a/jetty-plugins/pom.xml b/jetty-plugins/pom.xml index b254373ec4a..52fdd62e811 100644 --- a/jetty-plugins/pom.xml +++ b/jetty-plugins/pom.xml @@ -1,68 +1,62 @@ - 4.0.0 - - jetty-project - org.eclipse.jetty - 9.0.0-SNAPSHOT - - jetty-plugins - jetty-plugins - The jetty plugin artifact. - ${jetty.url} - - 1.13.1 - UTF-8 - - - - - org.apache.maven.plugins - maven-jar-plugin - - - org.apache.maven.plugins - maven-assembly-plugin - - - jar-with-dependencies - - - - org.eclipse.jetty.plugins.Main - - - - - - package - - single - - - - - - - - - - junit - junit - test - - - org.hamcrest - hamcrest-all - 1.0 - test - - - org.mockito - mockito-core - test - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" + xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + 4.0.0 + + jetty-project + org.eclipse.jetty + 9.0.0-SNAPSHOT + + jetty-plugins + Jetty :: Plugin Support + The jetty plugin artifact. + + + + org.apache.maven.plugins + maven-jar-plugin + + + org.apache.maven.plugins + maven-assembly-plugin + + + jar-with-dependencies + + + + org.eclipse.jetty.plugins.Main + + + + + + package + + single + + + + + + + + + junit + junit + test + + + org.hamcrest + hamcrest-all + 1.0 + test + + + org.mockito + mockito-core + test + +