evenisse 9a278f5c42 Update to ASL v.2
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114791 13f79535-47bb-0310-9956-ffa450edef68
2004-03-04 18:05:31 +00:00
..
2003-09-09 00:28:38 +00:00
2003-01-24 03:44:26 +00:00
2003-09-09 00:30:34 +00:00
2004-03-04 18:05:31 +00:00

This project is a simple set of java classes and JUnit test classes.

It illustrates what Maven can do for a developer with the addition of
a single file - project.xml

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

For a full list of goals, use:

	maven -g