Hosted via github pages
<plugins>
...
<plugin>
<groupId>info.novatec</groupId>
<artifactId>cbdg-maven-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<!-- optionaly, executes with install -->
<executions>
<execution>
<id>generate</id>
<phase>install</phase>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
</plugin>
...
</plugins>
./mw cbdg:generate