From e971b02f672144311eb80f479156bee412f5920b Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Thu, 28 Feb 2019 21:14:58 +0000 Subject: [PATCH] [FELIX-6074][FELIX-6075] Support plain incremental manifest build, upgrade to jdk 8 git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1854547 13f79535-47bb-0310-9956-ffa450edef68 --- tools/maven-bundle-plugin/pom.xml | 17 ++- .../felix/bundleplugin/BundlePlugin.java | 4 + .../felix/bundleplugin/ManifestPlugin.java | 137 +++++++++++++++++- 3 files changed, 149 insertions(+), 9 deletions(-) diff --git a/tools/maven-bundle-plugin/pom.xml b/tools/maven-bundle-plugin/pom.xml index dbde39f994d..0132eb532d3 100644 --- a/tools/maven-bundle-plugin/pom.xml +++ b/tools/maven-bundle-plugin/pom.xml @@ -56,7 +56,7 @@ - 7 + 8 bundle-plugin-archives/bundle-plugin-LATEST @@ -129,6 +129,14 @@ + + org.apache.maven.plugins + maven-compiler-plugin + + 8 + 8 + +