mvn-golang v2.3.0 Release Notes

Release Date: 2019-03-02 // about 5 years ago
    • โž• 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 parameter checkSdkHash, it checks hash provided in response header x-goog-hash
    • ๐Ÿ‘Œ improved GoSDK loading