Merge pull request #25 from sullis/maven-jetty-plugin-9.4.11.v20180605

maven-jetty-plugin 9.4.11.v20180605
tree: dab844095a72fb79f2c483476167452ebc3f9374
  1. action-chaining/
  2. annotations/
  3. basic-struts/
  4. bean-validation/
  5. blank/
  6. coding-actions/
  7. control-tags/
  8. crud/
  9. debugging-struts/
  10. exception-handling/
  11. exclude-parameters/
  12. file-upload/
  13. form-processing/
  14. form-tags/
  15. form-validation/
  16. form-xml-validation/
  17. helloworld/
  18. http-session/
  19. interceptors/
  20. json/
  21. json-customize/
  22. mailreader/
  23. message-resource/
  24. message-store/
  25. portlet/
  26. preparable-interface/
  27. rest-angular/
  28. restful2actionmapper/
  29. shiro-basic/
  30. spring-struts/
  31. text-provider/
  32. themes/
  33. themes-override/
  34. tiles/
  35. type-conversion/
  36. unit-testing/
  37. unknown-handler/
  38. using-tags/
  39. validation-messages/
  40. wildcard-method-selection/
  41. wildcard-regex/
  42. .gitignore
  43. .travis.yml
  44. pom.xml
  45. README.md
README.md

Struts Examples

Build Status @ Jenkins Build Status @ Travis License

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 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 file in each module with instructions and the URL to view that application.