You can't fail to have noticed a bunch of commits from me recently, relating to the mvn site.

It's far from complete, but nonetheless is in a good enough state for y'all to try it out.

Current status:
- the site itself is more-or-less there. By that I mean the skin, the banner/logo, and the APT/site.xml files for every module.
- the DocBooks are being built and are referenced from the sites
- the content of the DocBooks is far from complete, so this is the major outstanding task. The maven modules page on the wiki [1] indicates where those modules are. - The plan is for Rob and me to go through the original Naked Objects docs [2] and copy out what's still valid, cleaning it up as we go.
- I need to do the same for the sister projects.
- I also need to make sure that the full mvn site build (including Maven reports, Javadocs, code coverage etc) works. I have those squirrelled away in a separate profile, but haven't tried that profile out yet.

Anyway...  if you want to see what our new website looks like, you should:

$ cd trunk
$ svn up .
$ mvn install -P site-skin      # to build our skin
$ mvn site-deploy -P standards,deploy-local

This will deploy the full site to /tmp/m2-sites/isis. It takes about 4 minutes on my laptop.

Cheers
Dan

[1] https://cwiki.apache.org/confluence/display/ISIS/MavenModules
[2] contrib/initial/nof/framework/trunk/documentation/manuals/src/docbkx


Reply via email to