syntax highlighting
This commit is contained in:
28
README.md
28
README.md
@@ -1,20 +1,22 @@
|
||||
[](https://travis-ci.org/Codearte/accurest-maven-plugin) [](https://coveralls.io/github/Codearte/accurest-maven-plugin?branch=master)
|
||||
|
||||
Accurest Maven Plugin
|
||||
Accurate REST 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>
|
||||
```xml
|
||||
<plugin>
|
||||
<groupId>io.codearte.accurest</groupId>
|
||||
<artifactId>accurest-maven-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>generateStubs</goal>
|
||||
<goal>generateSpecs</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
```
|
||||
Reference in New Issue
Block a user