I've been rearranging and publishing things for the website. Here's a
summary of how things stand now:
The continuum-site module publishes the top-level site to
http://maven.apache.org/continuum .
A new module, continuum-docs, publishes versioned documentation to
http://maven.apache.org/continuum/docs/$version.
The reference docs (javadoc, reports, etc.) from continuum/trunk (or a
tag) are published to
http://maven.apache.org/continuum/ref/$version.
Right now we have links on
http://maven.apache.org/continuum (the
"site") pointing to /continuum/docs/1.1 .
There are three sets of reference docs published here:
http://maven.apache.org/continuum/ref/ . (And 'current' and 'latest'
are symlinks to 1.1 and 1.2-SNAPSHOT respectively.)
A few things still outstanding...
* Add continuum-docs to the list of modules in the Continuum parent
pom. It needs to be "released" and versioned with the code, or it
won't publish to the right place.
* Possibly bring back some documentation for 1.0.3. It could
probably be published under docs/1.0.3 without too much trouble.
Though what's really needed is information on upgrading database
contents from 1.0.3 to 1.1.
* From continuum/trunk, 'mvn site -Preporting' fails in
continuum-webapp, complaining about a read-only parameter for the war
plugin. (See CONTINUUM-1616, it also happens on the 1.1 tag.)
--
Wendy