Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 59325 invoked from network); 20 Apr 2006 18:07:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Apr 2006 18:07:51 -0000 Received: (qmail 28222 invoked by uid 500); 20 Apr 2006 18:07:50 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 28199 invoked by uid 500); 20 Apr 2006 18:07:50 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 28188 invoked by uid 99); 20 Apr 2006 18:07:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Apr 2006 11:07:50 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 20 Apr 2006 11:07:49 -0700 Received: (qmail 59224 invoked by uid 65534); 20 Apr 2006 18:07:29 -0000 Message-ID: <20060420180728.59223.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r395662 - /geronimo/branches/1.1/plugins/geronimo-assembly-plugin/plugin.jelly Date: Thu, 20 Apr 2006 18:07:28 -0000 To: scm@geronimo.apache.org From: djencks@apache.org X-Mailer: svnmailer-1.0.8 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: djencks Date: Thu Apr 20 11:07:27 2006 New Revision: 395662 URL: http://svn.apache.org/viewcvs?rev=395662&view=rev Log: Make installer assembler code use the explicit versions as well Modified: geronimo/branches/1.1/plugins/geronimo-assembly-plugin/plugin.jelly Modified: geronimo/branches/1.1/plugins/geronimo-assembly-plugin/plugin.jelly URL: http://svn.apache.org/viewcvs/geronimo/branches/1.1/plugins/geronimo-assembly-plugin/plugin.jelly?rev=395662&r1=395661&r2=395662&view=diff ============================================================================== --- geronimo/branches/1.1/plugins/geronimo-assembly-plugin/plugin.jelly (original) +++ geronimo/branches/1.1/plugins/geronimo-assembly-plugin/plugin.jelly Thu Apr 20 11:07:27 2006 @@ -221,6 +221,7 @@ targetConfigStore="config-store" targetRepository="repository" sourceRepository="${maven.repo.local}" + explicitResolutionLocation="${geronimo.assembly.explicit.versions}" artifact="${dependency.getGroupId()}/${dependency.getArtifactId()}/${dependency.getVersion()}/${dependency.getType()}"/>