List All Configuration Options
The config
goal dumps all the configuration options available in the project.
This goal executes the config tool on the project.
It is a shortcut for the tool goal with config
specified as first argument.
Parameters
Parameters can be given as system properties (-DparameterName=parameterValue
) or specified in the pom.xml
plugin declaration:
Name | Type | Mandatory | Description |
---|---|---|---|
args | String | Yes | The string of all arguments passed to the config tool. |
Examples
Dump all the configuration options
mvn -q seedstack:config
Detail a specific configuration option
mvn -Dargs="application.id" -q seedstack:config