Doing things other than building
The following can be done in any individual module.
Generate a Web Site
Generate a website (full of javadocs and handy coverage test reports):
mvn site:site
The web site is in your target/docs folder.
Genearte Javadoc
Generates the javadoc for the module:
mvn javadoc:javadoc
Look in target for output.
Running Tests
Run the tests (normal):
mvn test
Run the tests (online):
HELP!
Look in target/surefire-reports for output.