Return-Path: Delivered-To: apmail-maven-dev-archive@www.apache.org Received: (qmail 78546 invoked from network); 16 Feb 2010 03:00:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Feb 2010 03:00:17 -0000 Received: (qmail 99267 invoked by uid 500); 16 Feb 2010 03:00:16 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 99170 invoked by uid 500); 16 Feb 2010 03:00:16 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 99160 invoked by uid 99); 16 Feb 2010 03:00:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Feb 2010 03:00:16 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ambientideas@gmail.com designates 209.85.217.220 as permitted sender) Received: from [209.85.217.220] (HELO mail-gx0-f220.google.com) (209.85.217.220) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Feb 2010 03:00:07 +0000 Received: by gxk20 with SMTP id 20so4489238gxk.16 for ; Mon, 15 Feb 2010 18:59:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=yojw6s685o6ZGRoN8+tr/WQqyGX4PaQS9jsgt3DcFxI=; b=tfW85YrBuBr/jNQmZVIyYIhaVyM19QfN35aTrzxlgzIO5iPqNV5jvGIehlqRSccS/v VmZyhsJLwZybSRGyiCcsDZSFoITxtHH2pKnnuHwbJNt5vFgr9G8GCbdzOrAdtnHohMKm Wn0mdzTHO25s77YSPXsRQcWEmmGbtNzvCtBt0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=FUwL9733zwR4hZwD8jV8r9oklPskY/9dciyCok6WjgC+ov7cE6+vZckETHWEYdfhpd I9oRf0vUwSp6Ba7u9+JY1fSNja73liOC1vB4Ral6JKbwQIQk8RNp39NqM3t6nfC5ZfE9 zolRXZa83CAzV2/z6ElD2GQE9iWdJVZL2SUPA= MIME-Version: 1.0 Received: by 10.101.158.10 with SMTP id k10mr3510796ano.87.1266289185884; Mon, 15 Feb 2010 18:59:45 -0800 (PST) Date: Mon, 15 Feb 2010 19:59:45 -0700 Message-ID: <7edc15b51002151859g5428861ep346319164f0b8bd5@mail.gmail.com> Subject: Invoker plugin fails to copy archetype JAR to local repo on Maven 3.0-alpha-6 From: Matthew McCullough To: dev@maven.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Just mentioning this in case the folks on the Maven 3.0 coding effort want to take a look. It works with Maven 2.2.1, but fails on 3.0-alpha-6. It simply doesn't copy the final Archetype-produced JAR into the target temporary repo specified by the ${project.build.directory}/it/repo tag. http://jira.codehaus.org/browse/MINVOKER-99 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org