Merge pull request #5192 from ttaylor249/master

Force the mvn-golang plugin to use the maven proxy
This commit is contained in:
Bill Burke 2018-05-16 09:47:01 -04:00 committed by GitHub
commit e5a6dbd77a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -240,6 +240,7 @@
<extensions>true</extensions>
<configuration>
<goVersion>1.9.2</goVersion>
<useMavenProxy>true</useMavenProxy>
</configuration>
<executions>
<execution>