From bf7e300d6b6ab5bb2a222c20042b9598c42973af Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Wed, 9 Oct 2019 17:15:30 +0200 Subject: [PATCH] =?UTF-8?q?Remove=20extensions=20true,=20move=20jar=20plug?= =?UTF-8?q?in=20near=20bundle-plugin=20to=20show=20th=E2=80=A6=20(#514)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Remove extensions true, move jar plugin near bundle-plugin to show their configs are related * Reverted to original version to make sure it still works on jdk7 --- pom.xml | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/pom.xml b/pom.xml index 5f5389e2..9cef29fb 100644 --- a/pom.xml +++ b/pom.xml @@ -369,22 +369,6 @@ ${project.build.sourceEncoding} - - org.apache.maven.plugins - maven-jar-plugin - ${maven.jar.version} - - - - true - true - - - ${project.build.outputDirectory}/META-INF/MANIFEST.MF - - - - org.codehaus.gmavenplus @@ -494,7 +478,6 @@ org.apache.felix maven-bundle-plugin 3.3.0 - true bundle-manifest @@ -510,7 +493,22 @@ - + + org.apache.maven.plugins + maven-jar-plugin + ${maven.jar.version} + + + + true + true + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + org.jwtk.coveralls