Building

To build using maven first check that you have the correct environment:

C:\java\geotools\trunk\spike\geometry>mvn -version

Apache Maven 2.1.0 (r755702; 2009-03-19 06:10:27+1100)
Java version: 1.5.0_19
Java home: C:\Program Files\Java\jdk1.5.0_19\jre
Default locale: en_AU, platform encoding: Cp1252
OS name: "windows vista" version: "6.0" arch: "x86" Family: "windows"
You can then build the project using:
mvn install
The resulting jar will be available in your local maven repsoitory or in the ./target directory.

If you like you can also create a quick summary of the project using:

mvn site
You can view this site at ./target/site/index.html.

You can bring the file into eclipse using:

>mvn eclipse:eclipse -DoutputDirectory=bin
and then importing the project as an existing project.