Maven
This page summarizes deegree specifics when using Maven. You need to have a deegree checkout on your machine first.
Anonymous access
git clone git://github.com/deegree/deegree3.git
Developer access
git clone git@github.com:deegree/deegree3.git
1. Building deegree from the command line
Change to the checkout directory and enter:
mvn install -DskipTests -Poracle
The option -P activates a Maven profile:
- -Poracle: activates the Oracle related modules
This will take a while, but in the end all modules should be build successfully.
2. deegree maven plugin
Visit the github repository https://github.com/deegree/deegree-maven-plugin for more information about the deegree plugin.
3. Configuring Eclipse
How to import deegree into the Eclipse workspace read how to setup deegree3 in Eclipse