30bb65b47e82daed7fcce94de3ce99e0cd891b5c
Accurate REST Maven Plugin
Converting Accurest GroovyDSL into WireMock stub mappings:
mvn io.codearte.accurest:accurest-maven-plugin:convert
or shortly *
mvn accurest:convert
For more information please go to the Accurest Wiki or Plugin Documentation Site.
Accurest Stub Runner
Run stubs mappings from current directory:
mvn io.codearte.accurest:accurest-maven-plugin:run
or shortly *
mvn accurest:run
Running stubs from repository:
mvn accurest:run -Dstubs="org.springframework:gs-rest-service"
where org.springframework:gs-rest-service is artifact with stubs classifier contains wiremock mappings.
* Additional configuration inside ~/.m2/settings.xml is required.
<settings>
<pluginGroups>
<pluginGroup>io.codearte.accurest</pluginGroup>
</pluginGroups>
</settings>
Description
Languages
Groovy
62.4%
Java
35.6%
CSS
1.5%
Shell
0.3%
Dockerfile
0.1%