From 971a639f4aef8c70487d4e511d2f8123811c0b2c Mon Sep 17 00:00:00 2001 From: Matej Sramcik Date: Fri, 21 Jul 2023 11:05:47 +0200 Subject: [PATCH] Add maven, javadoc and license badges to README Add maven central, javadoc and license badges to README. JIRA: AAA-261 Change-Id: Ifc1f98ddf1c5489a033b2bb1bd31456d4a1cb0d0 Signed-off-by: Matej Sramcik --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c8c5a2088..b3b3c9592 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.opendaylight.aaa/aaa-artifacts/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.opendaylight.aaa/aaa-artifacts) +[![Javadocs](https://www.javadoc.io/badge/org.opendaylight.aaa/aaa-docs.svg)](https://www.javadoc.io/doc/org.opendaylight.aaa/aaa-docs) +[![License](https://img.shields.io/badge/License-EPL%201.0-blue.svg)](https://opensource.org/licenses/EPL-1.0) + ## Opendaylight AAA This project is aimed at providing a flexible, pluggable framework with out-of-the-box capabilities for Authentication, -- 2.36.6