Lightning Bug is available fromĀ maven central
Below is the simplest way to add us to your project. Within the
<project>
<build>
<pluginManagement/>
<plugins>
<plugin>
<groupId>io.lightningbug</groupId>
<artifactId>lightningbug-maven-plugin</artifactId>
<version>0.4</version>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>