Thursday, December 04, 2008

Javadocs for OGCE Components

If you want to make Javadocs for OGCE components (the portal, GTLAB, Axis services, etc), use the command

mvn javadoc:javadoc -f path/to/component/pom.xml

For example, the GTLAB javadoc can be made with the command

mvn javadoc:javadoc -f jsf_standalone/pom.xml

The docs will be located in jsf_standalone/target/site. Load with your browser.

No comments: