You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.