The Periwinkle Project Wiki
Brought to you by:
mmacintyre
This page has some reference information on generating and updating the project web site.
We are using the Maven Site plugin for generating the web site. This allows us to use the APT and FML formats for easy document writing, and still use xhtml to put in fancier stuff.
The files for the site are in the project's src/site directory. After using the site target (configuration is described below), the generated files end up in the target/site directory.
Here are the links about how the Maven Site plugin works, and everything you'll need to know in order to modify the web site:
Create an Eclipse Run Configuration like the following example:
