How To Build Axis2 Project's Website

Installing Maven

The Axis 2.0 website build system solely depends Maven.Specifically the build has been tested to work with Maven version 1.0.1. To install Maven download the distributions and follow the instructions in their documentation. Make sure you don't forget to put MAVEN_HOME/bin directory in the path.

Checking out Axis 2.0

Checkout latest source from here using your favorite svn client. If you are a committer get a commiter check out from here.

Building the site

type maven multiproject at the root of your project folder. It will take some time to build the whole site and built site will be available under targets/docs

FAQ

  1. How can I update a document in the site ?
    Get a commiter check out. All the documents are in html format under the xdocs folder, and you can change only the documents found under this folder. Change the relevant file and run maven "html2xdoc:transform". New documentation will be available under target folder.
  2. How can I add a new document
    Put the new document in xdocs folder. Change the navigation.xml found under the xdocs folder to put a link to the newly added document. Re-generate the site.
    Please make sure you have not included any of the illegal characters and your document should be well formed

 

-- Eran Chinthaka