Dump Effective Configuration
The effective-config
goal produces a YAML dump of the configuration as scanned, parsed and aggregated by SeedStack.
This will show the global configuration as the application sees it.
This goal executes the effective-config tool on
the project. It is a shortcut for the tool goal with effective-config
specified as first argument.
Parameters
No parameters are accepted by this goal.
Example
mvn -q seedstack:effective-config