Return-Path: X-Original-To: apmail-incubator-any23-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-any23-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 37FAED03E for ; Thu, 5 Jul 2012 19:17:10 +0000 (UTC) Received: (qmail 50041 invoked by uid 500); 5 Jul 2012 19:17:09 -0000 Delivered-To: apmail-incubator-any23-commits-archive@incubator.apache.org Received: (qmail 50004 invoked by uid 500); 5 Jul 2012 19:17:09 -0000 Mailing-List: contact any23-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: any23-dev@incubator.apache.org Delivered-To: mailing list any23-commits@incubator.apache.org Received: (qmail 49967 invoked by uid 99); 5 Jul 2012 19:17:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jul 2012 19:17:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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, 05 Jul 2012 19:17:08 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 5329B2388962; Thu, 5 Jul 2012 19:16:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1357816 - in /incubator/any23/trunk: pom.xml sources-dist/ src/main/ src/main/assembly/ src/main/assembly/src.xml Date: Thu, 05 Jul 2012 19:16:49 -0000 To: any23-commits@incubator.apache.org From: simonetripodi@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120705191649.5329B2388962@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: simonetripodi Date: Thu Jul 5 19:16:48 2012 New Revision: 1357816 URL: http://svn.apache.org/viewvc?rev=1357816&view=rev Log: proper sources-dist module no longer needed since the runOnlyAtExecutionRoot parameter in assembly-plugin does the trick Added: incubator/any23/trunk/src/main/ incubator/any23/trunk/src/main/assembly/ incubator/any23/trunk/src/main/assembly/src.xml - copied, changed from r1357803, incubator/any23/trunk/sources-dist/src/main/assembly/src.xml Removed: incubator/any23/trunk/sources-dist/ Modified: incubator/any23/trunk/pom.xml Modified: incubator/any23/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1357816&r1=1357815&r2=1357816&view=diff ============================================================================== --- incubator/any23/trunk/pom.xml (original) +++ incubator/any23/trunk/pom.xml Thu Jul 5 19:16:48 2012 @@ -185,7 +185,6 @@ plugins/office-scraper plugins/integration-test service - sources-dist @@ -615,6 +614,18 @@ + + + org.apache.maven.plugins + maven-assembly-plugin + + true + + ${basedir}/src/main/assembly/src.xml + + + + org.apache.maven.plugins Copied: incubator/any23/trunk/src/main/assembly/src.xml (from r1357803, incubator/any23/trunk/sources-dist/src/main/assembly/src.xml) URL: http://svn.apache.org/viewvc/incubator/any23/trunk/src/main/assembly/src.xml?p2=incubator/any23/trunk/src/main/assembly/src.xml&p1=incubator/any23/trunk/sources-dist/src/main/assembly/src.xml&r1=1357803&r2=1357816&rev=1357816&view=diff ============================================================================== --- incubator/any23/trunk/sources-dist/src/main/assembly/src.xml (original) +++ incubator/any23/trunk/src/main/assembly/src.xml Thu Jul 5 19:16:48 2012 @@ -31,7 +31,7 @@ | include all modules --> - ${basedir}/../ + ${basedir} **/target/