Class GenerateTestEventFlowSourceMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.tibco.ep.buildmavenplugin.BaseGenerateMojo
com.tibco.ep.buildmavenplugin.GenerateTestEventFlowSourceMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="generate-test-eventflow", defaultPhase=GENERATE_TEST_SOURCES, threadSafe=false) public class GenerateTestEventFlowSourceMojo extends BaseGenerateMojo

Typecheck EventFlows and generate java sources

The plugin will scan the configured EventFlow source and test directories and typecheck/build them in the dependency order, reporting any typecheck failure.

It does not build the generated java sources, this is done using a standard maven compiler plugin execution.

See GenerateEventFlowSourceMojo for more information (only differs from the list of scanned directories).