Maven-plugins
=============

Documentation
-------------
Goes in xdocs directory

Building
--------
maven

Generation of website
---------------------
maven multiproject

Addition of plugins
-------------------
1. All plugins should derive from plugin-project.xml. This provides global
   things like mailing lists, issue tracking, logos, etc and so should be
   followed.
2. Plugins should be added to xdocs/index.html for the moment until
   this is automated.
3. Plugin directories should have a .cvsignore file 
4. Plugins should come with an xdocs directory including goals.xml,
   properties.xml, index.xml, navigation.xml and changes.xml files (as a 
   minimum).

Notes
-----
These steps can be dropped when only building the site with `maven
multiproject` as they will be created as empty files in the reposiroty
* To build SDOCBOOK you may need jimi-1.0.jar. I just put any old file in my
  Maven repository called jimi-1.0.jar to keepo the build quiet and it is
  enough. 
* To build KODO you will need some Kodo jars. Just put any old files in your
  Maven repository for these files. They are runtime dependencies only and so
  it will not matter.
* To build JAXB you will need some jaxb and jaxrpc files. These are runtime
  dependencies only, so just put placeholders in your repository and the build
  will proceed.

Maven plugin download
---------------------
If you add http://maven-plugins.sf.net/maven to your maven.repo.remote property you can then download the plugins from our site using mavens plugin plugin (plugin:download).
