Skip to content
MrSnyder edited this page Apr 30, 2013 · 48 revisions

System requirements

Cloning the deegree3 repository

Choosing the version to build

Invoking Maven

Now change to the checkout directory and invoke Maven:

mvn install

This will build deegree-webservices and all dependent deegree3 modules. You can find the deegree-webservices artifacts in deegree-services/deegree-webservices/target.

Profiles

The are several Maven profiles available, e.g. use

mvn install -Poracle,mssql

to enable support for Oracle Spatial and Microsoft SQL Server.

Here's a full list of available Maven profiles:

  • handbook
  • integration-tests:
  • mssql:
  • oracle:

Clone this wiki locally