Re: Handling password

2017-12-11 Thread ahardy42
Robert Scholte-8 wrote > Is ${settings.proxies[0].username} an options? > > Robert Thanks Robert but no, that doesn't work. Seems that maven-resources-plugin can't dereference lists or arrays. -- Sent from: http://maven.40175.n5.nabble.com/Maven-Users-f40176.html -

Re: Handling password

2017-12-06 Thread Robert Scholte
Is ${settings.proxies[0].username} an options? Robert On Wed, 06 Dec 2017 17:28:20 +0100, ahardy42 wrote: After a bit of creative thinking, I put the username:password into variables in a profile in the settings file and let maven substitute them into the file at build time. Now the secu

Re: Handling password

2017-12-06 Thread ahardy42
After a bit of creative thinking, I put the username:password into variables in a profile in the settings file and let maven substitute them into the file at build time. Now the security issue is a problem for the person maintaining the CI server - which is me too but at least no-one will find it b

Handling password

2017-12-01 Thread Adam Hardy
As part of the build process, I create an nginx reverse proxy docker image using docker-maven-plugin. I run debian's apt-get package manager to install a few unix tools into the nginx docker image. However I'm working behind a corporate proxy server that demands a username:password. I have a s