Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 66662 invoked from network); 2 Jun 2006 05:23:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Jun 2006 05:23:03 -0000 Received: (qmail 7532 invoked by uid 500); 2 Jun 2006 05:22:59 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 7491 invoked by uid 500); 2 Jun 2006 05:22:59 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 7479 invoked by uid 99); 2 Jun 2006 05:22:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jun 2006 22:22:59 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of craigmcc@gmail.com designates 64.233.162.207 as permitted sender) Received: from [64.233.162.207] (HELO nz-out-0102.google.com) (64.233.162.207) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jun 2006 22:22:58 -0700 Received: by nz-out-0102.google.com with SMTP id m22so461211nzf for ; Thu, 01 Jun 2006 22:22:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=NCSQSkE8ZDI8YW69UHZ4CSYD9E51DsKHd/NEY0XB3jQQWLY/qM9HaBg7HKxQuG51Px3L6i/VbTyiYppegwkS9/hYZe9QkGAbmlE47aazMlc0Vtrhdy+6IP/RE2o0kE0gDMVgPp4slvumZDkxdm8t43hN891mxqzoMg4r2YLY1zI= Received: by 10.65.141.6 with SMTP id t6mr1256945qbn; Thu, 01 Jun 2006 22:22:36 -0700 (PDT) Received: by 10.64.178.2 with HTTP; Thu, 1 Jun 2006 22:22:36 -0700 (PDT) Message-ID: Date: Thu, 1 Jun 2006 22:22:36 -0700 From: "Craig McClanahan" Sender: craigmcc@gmail.com To: "Struts Developers List" Subject: Re: Maven Reorg (Was --> Re: [shale] Maven 2 build -- Help Wanted) In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2716_4686701.1149225756799" References: <2387fbc50606011048n176484a7pc4e30b981dda8098@mail.gmail.com> <2387fbc50606011155v3f1495a9n7b98cbe4b2744a29@mail.gmail.com> <2387fbc50606011920y68f2b3b6x5d8e01287e2ba34a@mail.gmail.com> X-Google-Sender-Auth: 62f68d38f05e242d X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_2716_4686701.1149225756799 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 6/1/06, Wendy Smoak wrote: > > On 6/1/06, Craig McClanahan wrote: > > In addition, I wanted to try this using the JSF RI too, because (in > theory) > > everything should still work. So I tried > > > > mvn clean install -Pjsfri > > > > It looks like Maven is trying to download the RI stuff from ibiblio, > which > > isn't correct ... the necessary files are on the java.net repository ( > > https://maven-repository.dev.java.net/nonav/repository/) > > > > How does one go about telling Maven to get the "javax.faces" artifacts > from > > here instead? > > Put this in the shale parent pom, then adjust the version numbers on > the RI dependencies. > > > > java.net > java.net Maven 1 Repository > https://maven-repository.dev.java.net/nonav/repository/ > > legacy > > Thanks ... I've gotta get my feet wet with this stuff sometime, so now seems like a good opportunity :-). Although, it might ultimately make sense to do this in the Struts parent POM since SAF2 is using JSF as well. Did we set up profiles the same way there? (I'm gonna go ahead and do the Shale parent now, and worry about that later.) -- > Wendy Craig --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org > For additional commands, e-mail: dev-help@struts.apache.org > > ------=_Part_2716_4686701.1149225756799--