help:effective-settings

Full name:

org.apache.maven.plugins:maven-help-plugin:3.4.0: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 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
  • 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