Jamon Maven Plugin
The Jamon Maven Plugin is used to translate .jamon files into .java files.
Goals Overview
The Jamon Maven Plugin has two goals.
- translate:translate translates files to be compiled during maven's compile phase. By default, it reads Jamon templates from project.basedir/src/main/templates and writes Java files to project.build.directory/generated-sources/jamon.
- translate-tests:translate-tests translates files to be compiled during maven's test-compile phase. By default, it reads Jamon templates from project.basedir/src/test/templates and writes Java files to project.build.directory/generated-test-sources/jamon.