Skip to content
This repository has been archived by the owner on Nov 30, 2017. It is now read-only.
mbarto edited this page Sep 19, 2013 · 18 revisions
  • Module utils (destination-utils)
  • Module geobatch (gb-logic-destination, gb-application-destination)
  • Module wps (gt-process-destination)

Ingestion procedures

Building

To build the different modules you need to use Maven.

Build in the following order:

cd utils
mvn clean eclipse:clean eclipse:eclipse install

cd geobatch
mvn clean eclipse:clean eclipse:eclipse install

cd wps
mvn clean eclipse:clean eclipse:eclipse install