0.20
With this release we've finally got this plugin published to maven central (#19).
In addition, we had to change the groupId
to get things working correctly so please make sure and update your pom.xml
:
<plugin>
<groupId>io.github.berkleytechnologyservices</groupId>
<artifactId>restdocs-spec-maven-plugin</artifactId>
<version>0.20</version>
<executions>
<execution>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
</plugin>