better readme

[ci skip]
This commit is contained in:
Mariusz Smykula
2016-04-06 21:56:21 +02:00
parent 30ecba65c7
commit a5dcc896dd

View File

@@ -1,6 +1,6 @@
[![Build Status](https://travis-ci.org/Codearte/accurest-maven-plugin.svg?branch=master)](https://travis-ci.org/Codearte/accurest-maven-plugin) [![Coverage Status](https://coveralls.io/repos/github/Codearte/accurest-maven-plugin/badge.svg?branch=master)](https://coveralls.io/github/Codearte/accurest-maven-plugin?branch=master) [![GitHub issues](https://img.shields.io/github/issues/Codearte/accurest.svg)](https://github.com/Codearte/accurest/labels/maven) [![Maven Central](https://img.shields.io/maven-central/v/io.codearte.accurest/accurest-maven-plugin.svg)](https://maven-badges.herokuapp.com/maven-central/io.codearte.accurest/accurest-maven-plugin)
Accurate REST Maven Plugin
[Accurate REST Maven Plugin](http://codearte.github.io/accurest-maven-plugin/plugin-info.html)
====
Converting [Accurest](https://github.com/Codearte/accurest/wiki/1.-Introduction) GroovyDSL into WireMock stub mappings:
@@ -11,6 +11,10 @@ or shortly <sup>*</sup>
mvn accurest:convert
For more information please go to the [Accurest Wiki](https://github.com/Codearte/accurest/wiki/2.2-Maven-Project) or [Plugin Documentation Site](http://codearte.github.io/accurest-maven-plugin/plugin-info.html).
Accurest Runner
---
@@ -21,10 +25,6 @@ or shortly <sup>*</sup>
mvn accurest:run
For more information please go to the [Wiki](https://github.com/Codearte/accurest/wiki/2.2-Maven-Project)
---
<sup>*</sup> Additional configuration inside `~/.m2/settings.xml` is required.