$Id: README.txt 7459 2008-08-20 03:20:33Z user57 $

Building
========

Simply run Maven ;-)

    mvn install


Site Generation
===============

You need to perform a full build first, before site generation will function correctly:

    mvn install site

To generate the full site locally for review:

    mvn install site-deploy -Dstage.distributionUrl=file:`pwd`/dist

NOTE: Looks like something is whacky somewhere, and you will *need* to
      run the site goals with the install goal for the example-plugins
      site to generate correctly.

And then open up the main index in a browser, as in:

    open dist/site/index.html

