Updated the custom plugin on trunk as of revision 19427. Will commit on 2.2.x 
branch a little bit later.

Basically, I created a custom plugin because I'm not yet happy with Maven 2 plugin (maven-javadoc-plugin still have a lot of bugs. However, Apache are fixing them). An other reason is that I wanted a javadoc for the whole geotools library instead of javadoc for each individual module.

For generating javadoc, invoke the following from the root 'gt' directory (the one containing the parent pom.xml):

    mvn install
    mvn org.geotools:gt2-javadoc:javadoc

By default, this script put the generated HTML pages in the 'target/javadoc' directory. To select a different directory, add a 'javadoc.build.properties' file in the 'gt' directory with the following content:

    dest.dir = mypath/mydirectory


NOTE: I would like to add instruction in the following page:

    http://docs.codehaus.org/display/GEOT/2.5+Using+Maven

Can I cleanup by removing the Maven 1 related stuff first?

        Martin.


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to