Force the mvn-golang plugin to use the maven proxy

This commit is contained in:
Tim Taylor 2018-05-04 15:31:49 -04:00
parent e84acd9898
commit 49a03a86fb

View file

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