help:effective-settings
Full name:
org.apache.maven.plugins:maven-help-plugin:2.2:effective-settings
Description:
Displays the calculated settings as XML for this project, given any
profile enhancement and the inheritance of the global settings into
the user-level settings.
Attributes:
Optional Parameters
Name |
Type |
Since |
Description |
output |
File |
2.0 |
Optional parameter to write the output of this help in a given
file, instead of writing to the console.
Note: Could be a relative path. User property is: output. |
showPasswords |
boolean |
2.1 |
For security reasons, all passwords are hidden by default. Set this
to true to show all passwords. Default value is: false. User property is: showPasswords. |
Parameter Details
output:
Optional parameter to write the output of this help in a given
file, instead of writing to the console.
Note: Could be a relative path.
- Type: java.io.File
- Since: 2.0
- Required: No
- User Property: output
showPasswords:
For security reasons, all passwords are hidden by default. Set this
to true to show all passwords.
- Type: boolean
- Since: 2.1
- Required: No
- User Property: showPasswords
- Default: false