[COMMONSSITE-90] Include badges in the README.md file. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk@1769938 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/commit/05319231 Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/05319231 Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/05319231 Branch: refs/heads/master Commit: 053192318b598880f15186ccde4287103ccf44a2 Parents: e0d20b4 Author: Gary D. Gregory <[email protected]> Authored: Wed Nov 16 08:43:30 2016 +0000 Committer: Gary D. Gregory <[email protected]> Committed: Wed Nov 16 08:43:30 2016 +0000 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ src/main/resources/commons-xdoc-templates/readme-md-template.md | 5 +++++ 2 files changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/05319231/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 377d21d..5f5afae 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -30,6 +30,9 @@ <action dev="sebb" type="add"> Added new download-page subdir property: set this (e.g. to '1.2' or 'lang-1.2' etc) to override the default of binaries/source </action> + <action dev="ggregory" type="add" issue="COMMONSSITE-90"> + Include badges in the README.md file. + </action> </release> <release version="1.5" date="2015-11-28" description="Feature and fix release"> http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/05319231/src/main/resources/commons-xdoc-templates/readme-md-template.md ---------------------------------------------------------------------- diff --git a/src/main/resources/commons-xdoc-templates/readme-md-template.md b/src/main/resources/commons-xdoc-templates/readme-md-template.md index 37af855..e39cb94 100644 --- a/src/main/resources/commons-xdoc-templates/readme-md-template.md +++ b/src/main/resources/commons-xdoc-templates/readme-md-template.md @@ -43,6 +43,11 @@ @NAME@ =================== +[](https://travis-ci.org/apache/@ARTIFACTCOREID@) +[](https://coveralls.io/r/apache/@ARTIFACTCOREID@) +[](https://maven-badges.herokuapp.com/maven-central/@GROUPID@/@ARTIFACTCOREID@/) +[](http://www.apache.org/licenses/LICENSE-2.0.html) + @DESCRIPTION@ Documentation
