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

Re: Best way to deploy a specific file and declare its dependencies

2017-12-01 Thread Anders Hammar
I would recommend the deploy:deploy-file as it is a common way of doing this. Having to update the pom file manually (the version you're talking about) is a very small job. /Anders On Fri, Dec 1, 2017 at 9:31 AM, Francois MAROT wrote: > Thanks for the reply Olivier, but I don't think I can "att

Re: Best way to deploy a specific file and declare its dependencies

2017-12-01 Thread Francois MAROT
Thanks for the reply Olivier, but I don't think I can "attach" . Let me explain: Basically, I want to deploy someJar.jar and at the same time declare a dependency:someJar.jar --> redist-cpp.zip redist-cpp.zip is already stored in Archiva. someJar.jar is not produced by Maven. If I "attach" s