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 JamesMitchell: http://wiki.apache.org/struts/Shale/BuildingWithMaven2_Building_with_Maven_2 The comment on the change is: Dumb wiki user ------------------------------------------------------------------------------ - This wiki page serves both as a guide to help document what can be done with the current Maven 2 build for Shale and also as a way to drive requirements. Please feel free to add or update + deleted - __Cheat sheet__ - || Column || Description || - || Command || The Maven 2.x command to run || - || Status || The current status of the given command. See the required plugin version list below || - || Plugin || The list of either a) supported plugin versions of b) minimum plugin version || - || Artifacts || What gets created by running the given Command || - - - - __To build shale__ - - - || Command || Status || Plugin || Artifacts || - ||$mvn || failure - you must provide a profile (see mvn -Pjsfri) || (all) || target/??? || - || $mvn -Pmyfaces || success || maven-surefire-plugin v?.?.? || target/??? || - || $mvn -Pjsfri || success || maven-surefire-plugin v?.?.? || target/??? || - - - - __To build the Shale web site__ - - || Command || Status || Plugin || Artifacts || - || $mvn site || ??? || || || -