Maven module :un.storage : binding-generator-mvn :
Class : un.storage.binding.generator.GeneratorCallerMojo
Extends/Implements : org.apache.maven.plugin.AbstractMojo
Subclasses : -

Compile and execute a class located in the module.
This approach allows to create source code files before compilation
without writing specific maven mojo for each case.
author  Johann Sorel


Variables : generatorSources, generatorClassName, sourcePath
Functions : execute



Path to generator sources.
protected List generatorSources


Fulle generator class name.
protected String generatorClassName


Folder where to store generated code.
protected String sourcePath


public void execute ()