From 5a71933cfe5304c157d7273a65180a497ddf5cee Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Sat, 30 Apr 2022 14:13:55 +1000 Subject: [PATCH] fix --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 56dde6b8..072dfe01 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,9 @@ Plexus-Compiler [![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/codehaus-plexus/plexus-compiler.svg?label=License)](http://www.apache.org/licenses/) [![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.plexus/plexus-compiler.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.codehaus.plexus/plexus-compiler) -[![Build Status](https://travis-ci.org/codehaus-plexus/plexus-compiler.svg?branch=master)](https://travis-ci.org/codehaus-plexus/plexus-compiler) - -The canonical git repository is located at https://github.com/codehaus-plexus/plexus-compiler +[![CI](https://github.com/codehaus-plexus/plexus-compiler/actions/workflows/maven.yml/badge.svg)](https://github.com/codehaus-plexus/plexus-compiler/actions/workflows/maven.yml) +This component is an Compilation API used by Apache Maven Compiler plugin on the top of different Compiler Engines: Javac, Eclipse Compiler, etc.. ### Error Prone usage