Return-Path: X-Original-To: apmail-incubator-amber-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-amber-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 B5781CDE2 for ; Mon, 9 Jul 2012 08:54:03 +0000 (UTC) Received: (qmail 17783 invoked by uid 500); 9 Jul 2012 08:54:03 -0000 Delivered-To: apmail-incubator-amber-commits-archive@incubator.apache.org Received: (qmail 17702 invoked by uid 500); 9 Jul 2012 08:54:00 -0000 Mailing-List: contact amber-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: amber-dev@incubator.apache.org Delivered-To: mailing list amber-commits@incubator.apache.org Received: (qmail 17662 invoked by uid 99); 9 Jul 2012 08:53:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jul 2012 08:53:58 +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; Mon, 09 Jul 2012 08:53:56 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 82A4723888EA; Mon, 9 Jul 2012 08:53:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1358973 - in /incubator/amber/trunk: pom.xml sources-dist/pom.xml Date: Mon, 09 Jul 2012 08:53:35 -0000 To: amber-commits@incubator.apache.org From: simonetripodi@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120709085335.82A4723888EA@eris.apache.org> Author: simonetripodi Date: Mon Jul 9 08:53:35 2012 New Revision: 1358973 URL: http://svn.apache.org/viewvc?rev=1358973&view=rev Log: changing assemblies name is a hell when deploying - they will be renamed by install plugin (and caused headache in Any23, so better taking advantage from past experiences...) Modified: incubator/amber/trunk/pom.xml incubator/amber/trunk/sources-dist/pom.xml Modified: incubator/amber/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/amber/trunk/pom.xml?rev=1358973&r1=1358972&r2=1358973&view=diff ============================================================================== --- incubator/amber/trunk/pom.xml (original) +++ incubator/amber/trunk/pom.xml Mon Jul 9 08:53:35 2012 @@ -277,7 +277,6 @@ | mvn site-deploy -Dsite.deploymentBaseUrl=file://path/to/checked/out/site --> svn:https://svn.apache.org/repos/asf/incubator/amber/site - apache-${project.build.finalName} false Modified: incubator/amber/trunk/sources-dist/pom.xml URL: http://svn.apache.org/viewvc/incubator/amber/trunk/sources-dist/pom.xml?rev=1358973&r1=1358972&r2=1358973&view=diff ============================================================================== --- incubator/amber/trunk/sources-dist/pom.xml (original) +++ incubator/amber/trunk/sources-dist/pom.xml Mon Jul 9 08:53:35 2012 @@ -29,10 +29,6 @@ Apache Amber :: Sources distribution module - - apache-amber-${project.version} - - @@ -40,7 +36,6 @@ org.apache.maven.plugins maven-assembly-plugin - ${assembly.finalName} ${basedir}/src/main/assembly/src.xml