You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The list of valid variables is very helpful for initial usage of JCP, so it is good it is enabled by default.
However:
It is not that safe to print all the properties (e.g. mvn.project.property.password, mvn.project.property.gpg.passphrase, etc). maven logs can be copy&pasted and it might lead to unexpected sharing of the passwords.
It would be nice to have a configuration property to suppress that output (as it would no longer be required after JCP comments are in place)
The text was updated successfully, but these errors were encountered:
The list of valid variables is very helpful for initial usage of JCP, so it is good it is enabled by default.
However:
It is not that safe to print all the properties (e.g. mvn.project.property.password, mvn.project.property.gpg.passphrase, etc). maven logs can be copy&pasted and it might lead to unexpected sharing of the passwords.
It would be nice to have a configuration property to suppress that output (as it would no longer be required after JCP comments are in place)
The text was updated successfully, but these errors were encountered: