From commits-return-76240-archive-asf-public=cust-asf.ponee.io@sling.apache.org Sun Dec 2 12:59:50 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 9575218077A for ; Sun, 2 Dec 2018 12:59:49 +0100 (CET) Received: (qmail 13295 invoked by uid 500); 2 Dec 2018 11:59:48 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 13286 invoked by uid 99); 2 Dec 2018 11:59:48 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Dec 2018 11:59:48 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id EC77E807D4; Sun, 2 Dec 2018 11:59:47 +0000 (UTC) Date: Sun, 02 Dec 2018 11:59:49 +0000 To: "commits@sling.apache.org" Subject: [sling-org-apache-sling-commons-classloader] 02/02: SLING-8148 Use bnd Maven plugins MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: olli@apache.org In-Reply-To: <154375198788.10614.8080916098630325425@gitbox.apache.org> References: <154375198788.10614.8080916098630325425@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: sling-org-apache-sling-commons-classloader X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: f307caaf90bf0439c73ce1f782e99b69bec33cd0 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20181202115947.EC77E807D4@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-classloader.git commit f307caaf90bf0439c73ce1f782e99b69bec33cd0 Author: Oliver Lietz AuthorDate: Sun Dec 2 12:59:07 2018 +0100 SLING-8148 Use bnd Maven plugins --- bnd.bnd | 8 ++++++++ pom.xml | 20 ++++++-------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/bnd.bnd b/bnd.bnd new file mode 100644 index 0000000..00e30d3 --- /dev/null +++ b/bnd.bnd @@ -0,0 +1,8 @@ +Bundle-Activator: org.apache.sling.commons.classloader.impl.Activator + +Provide-Capability:\ + osgi.service;objectClass=org.apache.sling.commons.classloader.DynamicClassLoaderManager + +-removeheaders:\ + Include-Resource,\ + Private-Package diff --git a/pom.xml b/pom.xml index 1ec8f71..97d5456 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,6 @@ org.apache.sling.commons.classloader - bundle 1.4.3-SNAPSHOT Apache Sling Dynamic Class Loader Support @@ -57,19 +56,12 @@ - org.apache.felix - maven-bundle-plugin - true - - - - org.apache.sling.commons.classloader.impl.Activator - - - osgi.service;objectClass=org.apache.sling.commons.classloader.DynamicClassLoaderManager - - - + biz.aQute.bnd + bnd-maven-plugin + + + biz.aQute.bnd + bnd-baseline-maven-plugin maven-failsafe-plugin