help:effective-settings
Full name:
org.apache.maven.plugins:maven-help-plugin:3.5.1: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:
- The goal is not marked as thread-safe and thus does not support parallel builds.
- Since version:
2.0.
Optional Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<output> |
File |
- |
Optional parameter to write the output of this help to a given file using UTF-8 encoding, instead of writing to the console.
Note: Could be a relative path. User Property: output |
<showPasswords> |
boolean |
2.1 |
For security reasons, all passwords are hidden by default. Set this to true to show all passwords.Default: falseUser Property: showPasswords |
Parameter Details
<output>
Optional parameter to write the output of this help to a given file using UTF-8 encoding, instead of writing to the console.
Note: Could be a relative path.
Note: Could be a relative path.
- Type:
java.io.File - 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


