On 6/1/06, Craig McClanahan <[EMAIL PROTECTED]> wrote:
On 6/1/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: > On 6/1/06, Sean Schofield <[EMAIL PROTECTED]> wrote: > > I ran all but the tiger script. There are a ton of errors still in > > the core tests but we're making progress. > > Core library builds and all the tests pass: > > mvn clean install -Pmyfaces Works for me now as well, with your latest patches. But shouldn't it also work without the "-Pmyfaces" because it's got <activeByDefault> set?
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? Craig