From ee4506f526cea4a27e0e3954f391210519de830c Mon Sep 17 00:00:00 2001 From: Mariusz Smykula Date: Sun, 27 Mar 2016 10:30:48 +0200 Subject: [PATCH] badges and readme --- README.md | 20 +++++++++++++++++++ .../projects/basic-with-execution/pom.xml | 1 - 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000000..a9c736eb4c --- /dev/null +++ b/README.md @@ -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 +---- + + + io.codearte.accurest + accurest-maven-plugin + + + + generateStubs + generateSpecs + + + + \ No newline at end of file diff --git a/src/test/projects/basic-with-execution/pom.xml b/src/test/projects/basic-with-execution/pom.xml index 2238e43e53..9c253f6045 100644 --- a/src/test/projects/basic-with-execution/pom.xml +++ b/src/test/projects/basic-with-execution/pom.xml @@ -52,7 +52,6 @@ io.codearte.accurest accurest-maven-plugin ${it-plugin.version} - true