2005-05-15 06:49:30 +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