You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary Gregory (JIRA)" <ji...@apache.org> on 2016/11/16 07:15:58 UTC

[jira] [Created] (COMMONSSITE-90) Add option to include badges in the README.md file

Gary Gregory created COMMONSSITE-90:
---------------------------------------

             Summary: Add option to include badges in the README.md file
                 Key: COMMONSSITE-90
                 URL: https://issues.apache.org/jira/browse/COMMONSSITE-90
             Project: Commons All
          Issue Type: New Feature
          Components: Commons Build Plugin
            Reporter: Gary Gregory


Add option to include badges in the README.md file

For example from Commons Lang:

{noformat}
Apache Commons Lang
===================

[![Build Status](https://travis-ci.org/apache/commons-lang.svg?branch=master)](https://travis-ci.org/apache/commons-lang)
[![Coverage Status](https://coveralls.io/repos/apache/commons-lang/badge.svg?branch=master)](https://coveralls.io/r/apache/commons-lang)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-lang3/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-lang3/)
[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
...
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)