Core reference
Reference examples accompanying user documentation
Last updated
Was this helpful?
Reference examples accompanying user documentation
Last updated
Was this helpful?
The set of examples that accompany the documentation are located in the main fluxtion code repo .
to build the examples regenerating the Fluxtion outputs use the following maven command:
The package structure of the example follows that of the documentation.
document section
Package
In the root of the project is the main maven . The pom builds all the examples generating a SEP for each example, a section of the pom file is shown below:
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..