You can add Maven Jacobe Plugin into your Maven Project adding the following to your project's pom.xml:
<plugins>
<plugin>
<groupId>com.tiobe.jacobe</groupId>
<artifactId>maven-jacobe-plugin</artifactId>
<version>1.0</version>
<configuration>
</configuration>
</plugin>
</plugins>
Or download it from SourceForge.net and install it into a local Maven repository.