microsoft / mvnfeed-cli

Tool to transfer Maven artifacts between repositories
MIT License
25 stars 25 forks source link

Gitlab http Authentication header support. #14

Closed dkowis closed 9 months ago

dkowis commented 9 months ago

in order to push artifacts into a gitlab maven package repo, I had to add authentication header support. Gitlab doesn't support basic auth.

That worked out fine, but I also had a great deal of trouble running it locally, so I ended up building a container to run it in, included that Dockerfile as well, relating to #13