From 589adf6c38720e25e99d73e5f5217b9f16cc5065 Mon Sep 17 00:00:00 2001 From: Johannes Visintini Date: Tue, 20 Apr 2021 20:44:41 +0200 Subject: [PATCH] add badges to Readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2d92d6a..c0436c9 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. -- GitLab