spring-boot/spring-boot-cli
Andy Wilkinson b8858bdb8f Enable support for use of encryption in Maven's settings.xml
This commit updates the CLI so that it will decrypt any encrypted
passwords in a user's Maven settings.xml file.

The code that performs the decrytion has a transitive dependency on
three types in Plexus' logging API. There are tens of different
artifacts containing this API available in Maven Central. Rather than
bloating the API with a dependency on a complete Plexus container,
which could perhaps be considered the primary source, a dependency on
a considerably smaller artifact has been introduced.

Closes #574
2014-03-25 19:23:58 +00:00
..
samples Add more JMS sample log output 2014-02-06 15:30:32 -08:00
src Enable support for use of encryption in Maven's settings.xml 2014-03-25 19:23:58 +00:00
test-samples Move tests from 'samples' to 'test-samples' 2013-11-04 22:21:37 -08:00
.gitignore Refactor CLI internals for REPL shell 2014-01-15 14:03:18 -08:00
pom.xml Enable support for use of encryption in Maven's settings.xml 2014-03-25 19:23:58 +00:00