Author: bphillips
Date: Mon Jul  1 14:26:20 2013
New Revision: 1498476

URL: http://svn.apache.org/r1498476
Log:
added instructions for how to build all child modules.

Added:
    struts/sandbox/trunk/struts2examples/ReadMe.txt

Added: struts/sandbox/trunk/struts2examples/ReadMe.txt
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2examples/ReadMe.txt?rev=1498476&view=auto
==============================================================================
--- struts/sandbox/trunk/struts2examples/ReadMe.txt (added)
+++ struts/sandbox/trunk/struts2examples/ReadMe.txt Mon Jul  1 14:26:20 2013
@@ -0,0 +1,14 @@
+This Maven multi-module project contains all the Struts 2
+example applications that are part of the Getting Started
+Struts 2 tutorials at http://struts.apache.org.
+
+To build all the example applications run the Maven command:
+mvn -e clean package in the project's root folder.  Maven 
+will the build each module and create a .war file in the
+target sub-folder of each module.
+
+You can then copy the .war files to your Servlet container
+(e.g. Tomcat, Jetty, GlassFish, etc).
+
+There is a ReadMe.txt file in each module with instructions 
+the URL to view that application.
\ No newline at end of file


Reply via email to