I was looking at the shale-usecaes build under the mvn_reorg branch and it looks like the war is bring everything but the kitchen sink as a dependency. The WEB-INF/lib contains the RI, myfaces, freemarker, struts, ant, and a couple versions of velocity.
It it picking this up from cargo or parent project dependencies? Gary -------------- Original message -------------- From: "Craig McClanahan" <[EMAIL PROTECTED]> > On 6/12/06, Wendy Smoak wrote: > > > > On 6/12/06, Wendy Smoak wrote: > > > > > We now have the MyFaces profile is active if the 'jsf' property is not > > > set. The JSF RI profile is activated with -Djsf=ri on the command > > > line. > > > > Note that this is -D for a system property (not -P for a profile id). > > > D'oh ... not enough coffee to tell the difference between a "D" and a "P". > > > Using -Pmyfaces and -Pjsfri still works. Profiles can always be > > > activated by their ids. > > > > But this part isn't true -- you'll end up with *both* MyFaces and the > > RI if you do 'mvn -Pjsfri'. > > > > I'll add properties to the other profiles tonight, and we'll switch to > > only using -D to avoid confusion. > > > That makes sense. > > -- > > Wendy > > > Craig