Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CA449C270 for ; Tue, 23 Dec 2014 13:53:51 +0000 (UTC) Received: (qmail 803 invoked by uid 500); 23 Dec 2014 13:53:51 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 755 invoked by uid 500); 23 Dec 2014 13:53:51 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 745 invoked by uid 99); 23 Dec 2014 13:53:51 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Dec 2014 13:53:51 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 8F9C3AC0947; Tue, 23 Dec 2014 13:53:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1647575 - /directory/apacheds/trunk/mavibot-partition/pom.xml Date: Tue, 23 Dec 2014 13:53:51 -0000 To: commits@directory.apache.org From: seelmann@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141223135351.8F9C3AC0947@hades.apache.org> Author: seelmann Date: Tue Dec 23 13:53:51 2014 New Revision: 1647575 URL: http://svn.apache.org/r1647575 Log: Configure generation of MANIFEST.mf and attach sources Modified: directory/apacheds/trunk/mavibot-partition/pom.xml Modified: directory/apacheds/trunk/mavibot-partition/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/mavibot-partition/pom.xml?rev=1647575&r1=1647574&r2=1647575&view=diff ============================================================================== --- directory/apacheds/trunk/mavibot-partition/pom.xml (original) +++ directory/apacheds/trunk/mavibot-partition/pom.xml Tue Dec 23 13:53:51 2014 @@ -24,6 +24,7 @@ apacheds-mavibot-partition ApacheDS Mavibot Partition + bundle @@ -101,4 +102,49 @@ api-util + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + verify + + jar + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + META-INF/MANIFEST.MF + false + + + + + + org.apache.felix + maven-bundle-plugin + true + true + + META-INF + + ${project.groupId}.mavibot.partition + + org.apache.directory.server.core.partition.impl.btree.mavibot;version=${project.version};-noimport:=true + + + + + +