Added by jgarnett, last edited by Adrian Custer on May 20, 2008  (view change) show comment

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.

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.