On 6/12/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
On 6/12/06, Wendy Smoak <[EMAIL PROTECTED]> 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