badges and readme

This commit is contained in:
Mariusz Smykula
2016-03-27 10:30:48 +02:00
parent 79d03cd88e
commit ee4506f526
2 changed files with 20 additions and 1 deletions

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
[![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)
Accurest Maven Plugin
====
Sample usage
----
<plugin>
<groupId>io.codearte.accurest</groupId>
<artifactId>accurest-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>generateStubs</goal>
<goal>generateSpecs</goal>
</goals>
</execution>
</executions>
</plugin>

View File

@@ -52,7 +52,6 @@
<groupId>io.codearte.accurest</groupId>
<artifactId>accurest-maven-plugin</artifactId>
<version>${it-plugin.version}</version>
<extensions>true</extensions>
<executions>
<execution>
<goals>