diff --git a/build-resources/pom.xml b/build-resources/pom.xml index 57d2d612ef4..9457e452278 100644 --- a/build-resources/pom.xml +++ b/build-resources/pom.xml @@ -4,9 +4,44 @@ build-resources 10.0.0-SNAPSHOT Jetty :: Build Resources + jar + + + ${project.basedir}/src/main/resources + + + ${project.basedir}/../ + + LICENSE + NOTICE.txt + + META-INF + + + + org.apache.maven.plugins + maven-remote-resources-plugin + 1.6.0 + + + create-shared-resources + process-resources + + bundle + + + ${project.build.outputDirectory} + + META-INF/LICENSE + META-INF/NOTICE.txt + + + + + org.apache.maven.plugins maven-deploy-plugin diff --git a/pom.xml b/pom.xml index 4e4ba54f9cb..41d477e6608 100644 --- a/pom.xml +++ b/pom.xml @@ -284,13 +284,14 @@ maven-remote-resources-plugin + copy-shared-resources generate-resources process - org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2 + org.eclipse.jetty:build-resources:${project.version} @@ -604,7 +605,7 @@ org.apache.maven.plugins maven-remote-resources-plugin - 1.5 + 1.6.0 org.apache.maven.plugins