2003-01-24 03:44:26 +00:00

17 lines
411 B
Plaintext

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