Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification.
The following page has been changed by WendySmoak: http://wiki.apache.org/struts/Shale/BuildingWithMaven2 The comment on the change is: MyFaces is now the default. Use -Djsf=ri to build with the RI. ------------------------------------------------------------------------------ __To build all of shale__ (run from the root of your local Subversion checkout of shale) || Command || Status || Plugin || Artifacts || - || $mvn || failure - you must provide a profile (see mvn -Pjsfri) || || || - || $mvn -Pmyfaces || success || || For each project under the root, you'll see {project}/target/{project}-{ver}.jar, and for each sample app under shale-apps/, {app}/target/{app}.war || + || $mvn || success (MyFaces) || || For each project under the root, you'll see {project}/target/{project}-{ver}.jar, and for each sample app under shale-apps/, {app}/target/{app}.war || - || $mvn -Pjsfri || success || || || + || $mvn -Djsf=ri || success (JSF RI) || || || - || $mvn -Pmyfaces,designtime || Must have Sun Studio Creator jars installed in your local maven repository, see designtime/pom.xml for details || || || + || $mvn -Pdesigntime || Must have Sun Studio Creator jars installed in your local maven repository, see designtime/pom.xml for details || || || '''Note:''' The shale-tiger and shale-sql-browser modules will only be built if you are using Java SE 5 (JDK 1.5). The profile is automatically activated by the presence of JDK 1.5, there is nothing extra to add to the command line. @@ -32, +31 @@ __To build the Shale assembly (distribution)__ {{{ - $ mvn site -Pmyfaces + $ mvn site $ cd shale-dist - $ mvn assembly:assembly -Pmyfaces + $ mvn assembly:assembly }}} The file(s) will be in target/assembly/out