diff --git a/README.md b/README.md index 2d92d6a6ccd672356a7ec0a35af0b34e7c88b317..c0436c9119eb8d9e52a88a7be24a918f58c82f30 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # HeiGIT ohsome platform +[![Build Status](http://jenkins.ohsome.org/buildStatus/icon?job=parent/master)](http://jenkins.ohsome.org/blue/organizations/jenkins/parent/activity) +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.heigit.ohsome/ohsome-parent/badge.svg)](https://search.maven.org/artifact/org.heigit.ohsome/ohsome-parent) +[![status: active](https://github.com/GIScience/badges/raw/master/status/active.svg)](https://github.com/GIScience/badges#active) + This is the parent [_pom_ file](https://maven.apache.org/pom.html) of the [ohsome platform](https://www.ohsome.org/). It defines the topmost properties of all subprojects like the [OSHDB](https://github.com/GIScience/oshdb) or the [ohsome API](https://github.com/GIScience/ohsome-api). It stores a general [.gitignore](.gitignore), [Jenkinsfile](Jenkinsfile.template) and [checkstyle rules](ohsome-codestyle/src/main/resources/checkstyle-google-ohsome.xml), to be used by all java/maven projects within the ohsome platform.