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

------------------------------------------------------------------------------
  || 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 ||
- || Requires    || Any special requirements (if any), such as minimum plugin 
version ||
+ || Requires    || Special requirements (if any), such as minimum plugin 
version ||
  || Artifacts   || What gets created by running the given Command ||
  
  
  __To build all of shale__ (run from the root of your local Subversion 
checkout of shale)
- || Command || Status || Plugin || Artifacts ||
+ || Command || Status || Requires || Artifacts ||
- || $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 || 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 -Djsf=ri   || success (JSF RI) ||  || ||
  || $mvn -Pdesigntime || Must have Sun Studio Creator jars installed in your 
local maven repository, see designtime/pom.xml for details || || ||
  
@@ -25, +25 @@

  
  __To build the Shale web site__
  
- || Command || Status || Plugin || Artifacts ||
+ || Command || Status || Requires || Artifacts ||
- || $mvn site -Pmyfaces || success || maven-site-plugin || target/site ||
+ || $mvn site -Pmyfaces || success ||  || target/site ||
  
  __To build the Shale assembly (distribution)__
  

Reply via email to