From bbd45fa66d73c5e448040f3ed4ff3285d918efdc Mon Sep 17 00:00:00 2001 From: olivier lamy Date: Thu, 13 Dec 2018 18:04:03 +1000 Subject: [PATCH] Update to Maven JAR Plugin 3.1.1 to pick up the fix of MJAR-241 surefire plugin 3.0.0-M2 remove use of Automatic-Module-Name jar plugin property so we avoid failure on jpms module name validation by jar plugin 3.1.1 Signed-off-by: olivier lamy --- jetty-jndi/pom.xml | 27 +++++++++++++++++++++++++++ pom.xml | 5 ++--- 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml index 17dcf069dd3..bbb67da6afa 100644 --- a/jetty-jndi/pom.xml +++ b/jetty-jndi/pom.xml @@ -18,6 +18,33 @@ + + org.apache.felix + maven-bundle-plugin + true + + + javax.mail.*;resolution:=optional,* + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + package + + single + + + + src/main/assembly/config.xml + + + + + org.codehaus.mojo findbugs-maven-plugin diff --git a/pom.xml b/pom.xml index ed9b82b1fe7..d95144cf681 100644 --- a/pom.xml +++ b/pom.xml @@ -66,11 +66,10 @@ false - -Dfile.encoding=UTF-8 -Duser.language=en -Duser.region=US -showversion -Xmx1g -Xms1g -Xlog:gc:stderr:time,level,tags - 2.22.1 + 3.0.0-M2 3.8.0 3.1.1 3.1.0 @@ -490,7 +489,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.1.0 + 3.1.1 ${project.build.outputDirectory}/META-INF/MANIFEST.MF