Core reference
Reference examples accompanying user documentation
Introduction
The set of examples that accompany the documentation are located in the main fluxtion code repo here.
to build the examples regenerating the Fluxtion outputs use the following maven command:
Project structure
The package structure of the example follows that of the documentation.
document section | Package |
Maven pom
In the root of the project is the main maven pom file. The pom builds all the examples generating a SEP for each example, a section of the pom file is shown below:
Notes
A profile "build-examples" contains the Fluxtion plugin execution. This profile is enabled by default.
The compiler plugin is specified with the parameters option.
Multiple Fluxtion executions are defined, one for each example
Most examples use an imperative form specifying the config class..
Last updated