On 6/1/06, Craig McClanahan <[EMAIL PROTECTED]> 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.

   <repositories>
       <repository>
           <id>java.net</id>
           <name>java.net Maven 1 Repository</name>
           <url>https://maven-repository.dev.java.net/nonav/repository/</url>
           <layout>legacy</layout>
       </repository>
   </repositories>

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to