Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 12795 invoked from network); 18 Jun 2007 19:02:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jun 2007 19:02:52 -0000 Received: (qmail 57595 invoked by uid 500); 18 Jun 2007 19:02:54 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 57335 invoked by uid 500); 18 Jun 2007 19:02:53 -0000 Mailing-List: contact dev-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 dev@geronimo.apache.org Received: (qmail 57324 invoked by uid 99); 18 Jun 2007 19:02:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2007 12:02:53 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [209.86.89.61] (HELO elasmtp-galgo.atl.sa.earthlink.net) (209.86.89.61) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2007 12:02:49 -0700 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=CrjLthj6WENKKB5BpZgu/DsY8bDrkdK3xATl+jCy3PxWCbwMxFCLfPv7UhWxfD01; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding:X-ELNK-Trace:X-Originating-IP; Received: from [129.33.49.251] (helo=[9.37.214.129]) by elasmtp-galgo.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1I0MUd-0004GH-TK for dev@geronimo.apache.org; Mon, 18 Jun 2007 15:02:27 -0400 Message-ID: <4676D6C3.9040309@earthlink.net> Date: Mon, 18 Jun 2007 15:02:27 -0400 From: Joe Bohn User-Agent: Thunderbird 1.5.0.12 (Macintosh/20070509) MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: Build problems on 2.0M6 References: <4e8584bd0706181155w5745e422q9fbf3b4d1569b99f@mail.gmail.com> In-Reply-To: <4e8584bd0706181155w5745e422q9fbf3b4d1569b99f@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: c408501814fc19611aa676d7e74259b7b3291a7d08dfec79fa965a3f2201261b6a8cdd8b22e1b84e350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 129.33.49.251 X-Virus-Checked: Checked by ClamAV on apache.org Try building the bootstrap first. mvn -Dstage=bootstrap Joe Erik B. Craig wrote: > Hey all, > After downloading the copy of 2.0M6 that's in the repo and attempting a > build, I am getting some errors pertaining to maven being unable to > locate http://repo1.maven.org/maven2/org/apache/geronimo/plugins/car-maven > -plugin/2.0-M6/car-maven-plugin-2.0-M6.jar. I checked out that URL, and > it does indeed seem to be missing. I have tried wiping my local maven > repository, and doing a mvn clean install as well afterwards, and it's > still a no go. > > Here's the output from maven... > > Anyone have any thoughts? Is one of the pom.xml files a little messed > up, or is it something I've done? > > > Thanks for any help you can give > > > Downloading: > http://repo1.maven.org/maven2/org/apache/geronimo/plugins/car-maven > -plugin/2.0-M6/car-maven-plugin-2.0-M6.jar > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Plugin could not be found - check that the goal name is correct: > Unable t > o download the artifact from any repository > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.geronimo.plugins > -DartifactId= > car-maven-plugin \ > -Dversion= 2.0-M6 -Dpackaging=maven-plugin -Dfile=/path/to/file > > > org.apache.geronimo.plugins:car-maven-plugin:maven-plugin:2.0-M6 > > from the specified remote repositories: > central ( http://repo1.maven.org/maven2), > apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository), > codehaus-snapshots ( http://snapshots.repository.codehaus.org) > > org.apache.geronimo.plugins:car-maven-plugin:maven-plugin:2.0-M6 > > from the specified remote repositories: > central ( http://repo1.maven.org/maven2), > apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository), > codehaus-snapshots ( http://snapshots.repository.codehaus.org) > > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 22 seconds > [INFO] Finished at: Mon Jun 18 14:26:42 EDT 2007 > [INFO] Final Memory: 61M/109M > [INFO] > ------------------------------------------------------------------------ > > -- > Erik B. Craig