Skip to content

Commit

Permalink
Fixed Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
velo committed May 22, 2016
1 parent 90f517f commit a7e7529
Showing 1 changed file with 7 additions and 21 deletions.
28 changes: 7 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,9 @@
# ${name}
# jaxrs-with-client

[![Build Status](https://travis-ci.org/${owner}/${name}.svg?branch=master)](https://travis-ci.org/${owner}/${name}?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/${owner}/${name}/badge.svg?branch=master)](https://coveralls.io/github/${owner}/${name}?branch=master)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.marvinformatics/${name}/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.marvinformatics/${name}/)
[![Issues](https://img.shields.io/github/issues/${owner}/${name}.svg)](https://github.com/${owner}/${name}/issues)
[![Forks](https://img.shields.io/github/forks/${owner}/${name}.svg)](https://github.com/${owner}/${name}/network)
[![Stars](https://img.shields.io/github/stars/${owner}/${name}.svg)](https://github.com/${owner}/${name}/stargazers)
[![Build Status](https://travis-ci.org/velo/jaxrs-with-client.svg?branch=master)](https://travis-ci.org/velo/jaxrs-with-client?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/velo/jaxrs-with-client/badge.svg?branch=master)](https://coveralls.io/github/velo/jaxrs-with-client?branch=master)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.marvinformatics/jaxrs-with-client/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.marvinformatics/jaxrs-with-client/)
[![Issues](https://img.shields.io/github/issues/velo/jaxrs-with-client.svg)](https://github.com/velo/jaxrs-with-client/issues)
[![Forks](https://img.shields.io/github/forks/velo/jaxrs-with-client.svg)](https://github.com/velo/jaxrs-with-client/network)
[![Stars](https://img.shields.io/github/stars/velo/jaxrs-with-client.svg)](https://github.com/velo/jaxrs-with-client/stargazers)

maven.boilerplate contains a set of configuration files for CI(travis, appveyor), coverage(coveralls+jacoco), code format(eclipse+maven), licensing, other maven plugins and all other things I think I will need accross multiple projects

# Why?
![image](https://cloud.githubusercontent.com/assets/136590/14231013/3752c72a-f9c6-11e5-9372-af23df11d18d.png)


I wanna all my projects share what I think makes life easier without having to remember copy and pasting all.

This way, a script can remember to copy and paste for me.

As a preparation step, it's really wise to run
````
$ mvn com.github.ekryd.sortpom:sortpom-maven-plugin:2.4.0:sort -Dsort.keepBlankLines=true "-Dsort.lineSeparator=\n" -Dsort.predefinedSortOrder=custom_1 -Dsort.createBackupFile=false
````

0 comments on commit a7e7529

Please sign in to comment.