featureUtility viewSettings
With the featureUtility viewSettings
command, you can view Maven repository and proxy settings when Maven repositories other than Maven Central are configured. When you run the command, the settings from the featureUtility.properties
file are displayed.
Usage example
Display detailed error messages for the validation of your featureUtility.properties
file. With this option, only lines with errors are displayed:
featureUtility viewSettings --viewValidationMessages
Syntax
Run the command from the path_to_liberty/wlp/bin
directory.
featureUtility viewSettings [option]
Option
Option | Description |
---|---|
--viewValidationMessages | Displays detailed messages from the validation of the configured |
Exit codes
The following exit codes are available for the featureUtility viewSettings
command:
Code | Explanation |
---|---|
0 | OK. 0 indicates successful completion of the requested operation. |
20 | 20 indicates that one or more arguments are not valid. |
21 | 21 indicates that a runtime exception occurred during connection to a repository. |