Files
maven-plugins/examples/simple-webapp
jvanzyl 530c640d4f Initial revision
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112724 13f79535-47bb-0310-9956-ffa450edef68
2003-01-24 03:44:26 +00:00
..
2003-01-24 03:44:26 +00:00
2003-01-24 03:44:26 +00:00
2003-01-24 03:44:26 +00:00
2003-01-24 03:44:26 +00:00

This project is a simple web application.

It illustrates how Maven can help in the development of web apps.

To try it out:
- Make sure Maven is installed on your machine
- change to this directory (e.g. cd "Program Files\Maven\examples\simple-webapp" )
- Try some Maven goals:
	maven war (builds a jar file)
	maven site (documentation based on the project)
etc...

For a full list of goals, use:

	maven -g