Repository: struts-examples Updated Branches: refs/heads/master f47c4694c -> 22c3eb32d
Converts readme to MD Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/22c3eb32 Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/22c3eb32 Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/22c3eb32 Branch: refs/heads/master Commit: 22c3eb32dd292b1984773bd9883d60ec3f42644a Parents: f47c469 Author: Lukasz Lenart <lukasz.len...@gmail.com> Authored: Fri Jul 7 08:46:34 2017 +0200 Committer: Lukasz Lenart <lukasz.len...@gmail.com> Committed: Fri Jul 7 08:46:34 2017 +0200 ---------------------------------------------------------------------- README.md | 14 ++++++++++++++ ReadMe.txt | 14 -------------- 2 files changed, 14 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-examples/blob/22c3eb32/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md new file mode 100644 index 0000000..abecaef --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Struts Examples + +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 file in each module with instructions and the URL to view that application. http://git-wip-us.apache.org/repos/asf/struts-examples/blob/22c3eb32/ReadMe.txt ---------------------------------------------------------------------- diff --git a/ReadMe.txt b/ReadMe.txt deleted file mode 100644 index f63a7b6..0000000 --- a/ReadMe.txt +++ /dev/null @@ -1,14 +0,0 @@ -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 -and the URL to view that application.