git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112724 13f79535-47bb-0310-9956-ffa450edef68
17 lines
411 B
Plaintext
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
|
|
|