Welcome to the GeoGit project, exploring the use of distributed management of spatial data.
For background reading please review this GeoServer wiki page: GeoGit approach
Project Lead: Gabriel Roldan
Source files use the following header:
/* Copyright (c) 2011 TOPP - www.openplans.org. All rights reserved. * This code is licensed under the LGPL 2.1 license, available at the root * application directory. */
As indicated above the code is distributed under an LGPL 2.1 license.
GeoGit is built using Maven:
mvn clean install
Online tests, require a geogit endpoint, are available using:
mvn -Ponline
Corertura is configufred for a test coverage report:
mvn cobertura:cobertura open target/site/cobertura/index.html
Any additional build profiles are documented in the root pom.xml:pom.xml .
If you would like to work in Eclipse use of the m2eclipse plugin recommended.
The project is hosted on github:
Participation is encouraged using the github fork and pull request workflow:
* file headers are described above * include test case demonstrating functionality * contributions are expected to pass test and not break the build
Project resources:
Additional resources: