Hi there,

I have just modified the examples base pom so now it is possible to
run the examples directly using the maven jetty plugin.
It is possible now too to choose whether to use myfaces or the ri for
the war file generated. If no profile is used, the examples will
include myfaces (the default behaviour). To build the examples with
the RI, use:

mvn -P jsfri install

When using jetty, we have to also put the other profile used
(myfaces/jsfri). So, to run jetty directly with maven we could do
something like this:

mvn -P jettyConfig,myfaces jetty6:run

Hope you like that!

Bruno

Reply via email to