Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 73415200BC1 for ; Wed, 16 Nov 2016 09:43:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6DCF9160B1A; Wed, 16 Nov 2016 08:43:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E623E160B13 for ; Wed, 16 Nov 2016 09:43:00 +0100 (CET) Received: (qmail 52092 invoked by uid 500); 16 Nov 2016 08:43:00 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 51855 invoked by uid 99); 16 Nov 2016 08:42:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Nov 2016 08:42:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B6A532C4C73 for ; Wed, 16 Nov 2016 08:42:59 +0000 (UTC) Date: Wed, 16 Nov 2016 08:42:59 +0000 (UTC) From: "Gary Gregory (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (COMMONSSITE-90) Include badges in the README.md file MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 16 Nov 2016 08:43:01 -0000 [ https://issues.apache.org/jira/browse/COMMONSSITE-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated COMMONSSITE-90: ------------------------------------ Summary: Include badges in the README.md file (was: Add option to include badges in the README.md file) > 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)