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 ||
- || Plugin      || The list of either a) supported plugin versions of b) 
minimum plugin version ||
+ || Requires    || Any 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)
- 
- __To build shale__
- 
- 
  || Command || Status || Plugin || Artifacts ||
- ||$mvn     || failure - you must provide a profile (see mvn -Pjsfri) || (all) 
|| target/??? ||
+ || $mvn    || failure - you must provide a profile (see mvn -Pjsfri) || || ||
- || $mvn -Pmyfaces || success || maven-surefire-plugin v?.?.? || target/??? ||
- || $mvn -Pjsfri   || success || maven-surefire-plugin v?.?.? || target/??? ||
- || mvn -Pmyfaces,designtime || Must install Creator jars, see 
designtime/pom.xml || || ||
+ || $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 -Pjsfri   || success ||  || ||
+ || $mvn -Pmyfaces,designtime || 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.
  

Reply via email to