From commits-return-8197-apmail-jackrabbit-commits-archive=jackrabbit.apache.org@jackrabbit.apache.org Thu Jul 02 12:00:32 2009 Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 38188 invoked from network); 2 Jul 2009 12:00:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Jul 2009 12:00:31 -0000 Received: (qmail 54710 invoked by uid 500); 2 Jul 2009 12:00:42 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 54654 invoked by uid 500); 2 Jul 2009 12:00:41 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 54645 invoked by uid 99); 2 Jul 2009 12:00:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 12:00:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 12:00:39 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C4CB323888CF; Thu, 2 Jul 2009 12:00:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r790558 - /jackrabbit/trunk/jackrabbit-standalone/pom.xml Date: Thu, 02 Jul 2009 12:00:19 -0000 To: commits@jackrabbit.apache.org From: jukka@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090702120019.C4CB323888CF@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jukka Date: Thu Jul 2 12:00:19 2009 New Revision: 790558 URL: http://svn.apache.org/viewvc?rev=790558&view=rev Log: JCR-2181: Faster packaging of the standalone jar Use the maven-bundle-plugin to package the standalone jar. Modified: jackrabbit/trunk/jackrabbit-standalone/pom.xml Modified: jackrabbit/trunk/jackrabbit-standalone/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-standalone/pom.xml?rev=790558&r1=790557&r2=790558&view=diff ============================================================================== --- jackrabbit/trunk/jackrabbit-standalone/pom.xml (original) +++ jackrabbit/trunk/jackrabbit-standalone/pom.xml Thu Jul 2 12:00:19 2009 @@ -33,43 +33,34 @@ ../jackrabbit-parent/pom.xml jackrabbit-standalone + bundle Jackrabbit Standalone Runnable jar packaging of Apache Jackrabbit - maven-jar-plugin + org.apache.felix + maven-bundle-plugin + true - - - org.apache.jackrabbit.standalone.Main - - + + + org.apache.jackrabbit.standalone + + + *;inline= + *.txt|*.html|*.jsp|*.xml|*.jar|*.properties| + remoting/**|bootstrap/**|javax/**|repackage/**|images/**| + com/**|Resources/**|css/**|schema*/**|EDU/**|error/**|org/**| + META-INF/*.tld|META-INF/maven/**|META-INF/services/**| + WEB-INF/config.xml|WEB-INF/*.properties|WEB-INF/templates/** + + true + org.apache.jackrabbit.standalone.Main + - - maven-dependency-plugin - - - unpack-dependencies - process-resources - - unpack-dependencies - - - ${project.build.directory}/classes - - LICENSE*, NOTICE*, META-INF/LICENSE*, META-INF/NOTICE*, - license, license/**/*, test, test/**/*, - WEB-INF/web.xml, WEB-INF/log4j.*, - WEB-INF/lib, WEB-INF/lib/**/*, - WEB-INF/classes, WEB-INF/classes/**/* - - - - -