sonatype-nexus-community / nexus-repository-helm

At the Helm, Helm Yeah, v k8s
Eclipse Public License 1.0
97 stars 71 forks source link

Added MAVEN_OPTS arg to the build container. This allows to pass opti… #96

Closed BabisK closed 4 years ago

BabisK commented 4 years ago

Added MAVEN_OPTS arg to the build container. This allows to pass options to maven, useful for proxies etc.

docker build --build-arg MAVEN_OPTS="-Dhttp.proxyHost=proxy -Dhttp.proxyPort=3128 -Dhttps.proxyHost=proxy -Dhttps.proxyPort=3128" .

This pull request makes the following changes:

sonatypecla[bot] commented 4 years ago

Thanks for the contribution! Before we can merge this, we need @BabisK to sign the Sonatype Contributor License Agreement.

BabisK commented 4 years ago

I signed the CLA but the tag hasn't been removed.

davidkarlsen commented 4 years ago

@sonatypecla help

davidkarlsen commented 4 years ago

@bhamail can this be merged?

BabisK commented 4 years ago

Since this is in base Nexus now, the patch is irrelevant.