All Versions
30
Latest Version
Avg Release Cycle
117 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v3.0 Changes
- added support of work with mvn-golang dependencies in maven repository, so now they can be used as just maven dependencies, it can be disabled through
scanDependencies
property. [example](./mvn-golang-examples/mvn-golang-example-maven-repository) - repository artifact extension changed to
zip
to provide way to be processed by standard maven plugins - added support of system properties 'mvngo.skip' and
mvngo.disable.ssl.check
- added
jfrog-cli
mojo to provide way make call to external JFrog CLI in tuned Go SDK environment, example. - added
connectionTimeout
property to provide timeout (milliseconds) for HTTP connections, default 60000 ms - #55 print log error stream into debug if command status is not error
- added check of hash for downloaded SDK archive, can be disabled by
false
in parametercheckSdkHash
, it checks hash provided in response headerx-goog-hash
- improved GoSDK loading
- added support of work with mvn-golang dependencies in maven repository, so now they can be used as just maven dependencies, it can be disabled through
-
v2.3.5 Changes
September 12, 20202.3.5 (12-sep-2020)
- ๐ fixed bug in go.mod backup restore #73
- โก๏ธ default version of GoSDK updated to 1.15.2
-
v2.3.4 Changes
November 05, 20192.3.4 (05-nov-2019)
- ๐ improved host arch detection #70
- โก๏ธ default version of GoSDK updated to 1.13.4
- ๐จ minor refactoring
-
v2.3.3 Changes
July 30, 20192.3.3 (30-jul-2019)
- ๐ improved work in parallel mode
- ๐ minimal supported JDK version increased to 1.8
- โ added
mod
mojo - โ added unified boolean properties
mvn.golang.<MOJO_NAME>.skip
to skip work of selected mojo #65 - ๐ text
none
inresultName
field ofbuild
mojo disables auto-adding of-o
command line option - ๐จ minor fixes and refactoring
- โ added parameter
workingDir
to replace automatically choosen working directory during tool execution. - โ added support of Golang modules with maven dependencies, added example #60
- โก๏ธ default version of GoSDK updated to 1.12.7
-
v2.3.2 Changes
June 24, 20192.3.2 (24-jun-2019)
- โก๏ธ updated maven archetypes
- ๐ fixed
mvn-golang:vet does not have maven dependency resolution
#59 - โก๏ธ default version of GoSDK updated to 1.12.6
-
v2.3.1 Changes
April 14, 20192.3.1 (14-apr-2019)
- โก๏ธ default version of GoSDK updated to 1.12.4
- โ added parameter
goCache
to provideGOCACHE
environment variable, the default value is${project.build.directory}/.goBuildCache
-
v2.3.0 Changes
March 02, 2019- โ added support of work with mvn-golang dependencies in maven repository, so now they can be used as just maven dependencies, it can be disabled through
scanDependencies
property. example - ๐ repository artifact extension changed to
zip
to provide way to be processed by standard maven plugins - โ added support of system properties 'mvngo.skip' and
mvngo.disable.ssl.check
- โ added
jfrog-cli
mojo to provide way make call to external JFrog CLI in tuned Go SDK environment, example. - โ added
connectionTimeout
property to provide timeout (milliseconds) for HTTP connections, default 60000 ms - ๐จ #55 print log error stream into debug if command status is not error
- โ added check of hash for downloaded SDK archive, can be disabled by
false
in parametercheckSdkHash
, it checks hash provided in response headerx-goog-hash
- ๐ improved GoSDK loading
- โ added support of work with mvn-golang dependencies in maven repository, so now they can be used as just maven dependencies, it can be disabled through
-
v2.2.0 Changes
May 13, 20182.2.0 (13-may-2018)
- โ added property
mvn.golang.go.version
to define value forgoVersion
configuration parameter, it allows decrease configuration section dramatically, example - โ added
externalPackageFile
(propertymvn.golang.get.packages.file
) option to theget
mojo, it allows to keep package list in external file, example - default value of the
useMavenProxy
flag is changed to true to make the plugin more compatible with default maven process
- โ added property
-
v2.1.8 Changes
April 29, 20182.1.8 (29-apr-2018)
- โ added support of
maven.deploy.skip
andmaven.install.skip
prperties ininstall
anddeploy
mojos - ๐ #48 improved processing of
install
anddeploy
to be more compatible with standard maven process - ๐ fixed dependency for termui test project in examples
- โ added
customScript
section intoget
to execute some custom script over package CVS folder
- โ added support of
-
v2.1.7 Changes
February 18, 20182.1.7 (18-feb-2018)
- ๐ fixed target file extension in maven archetypes #44
- โ added
target386
to provide value for$GO386
environment variable - ๐ improved GOPATH value processing, multi-folder value allowed
- โ added flag to disable SSL certificate check for HTTPS connections,
disableSSLcheck
, by default it isfalse
- ๐ improved Golang SDK list load #24
- โ added
args
attribute to therun
mojo to provide tail command line arguments. - โ added processing of maven session offline mode
- ๐ improved proxy server settings processing to process NTLM authorisation
- โ removed maven-enforcer-plugin because it throws NPE for old maven versions