12

I have Maven set up for password encryption with a master password, and some time ago I encrypted a password with that and stored it in my settings.xml. The password is successfully in use by Maven plugins.

Now I want to recover that password for use outside Maven (performing an operation manually using a web browser). Is there a command to simply print the decrypted version of a server password?

Jesse Glick
  • 24,539
  • 10
  • 90
  • 112

1 Answers1

15

Use the maven-settings-decoder tool.

Ionuț G. Stan
  • 176,118
  • 18
  • 189
  • 202