Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

release 2.1.1

Compare
Choose a tag to compare
@raydac raydac released this 21 Aug 19:33
· 596 commits to master since this release

2.1.1 (21-aug-2016)

  • #9, Added attribute targetArm to provide $GOARM value
  • Added support of proxy server #8, added flag useMavenProxy to use proxy server defined either through maven settings.xml file or the proxy configuration section of the plugin.
  • Improved clean mojo, added flags to clean Go path folder defined through goPath parameter, and added flag to delete whole storeFolder
  • Added flag ignoreErrorExitCode to prevent failure for error exit code, it is useful in some test cases.
  • Added parameter reportsFolder to define folder where some reports will be placed.
  • Added parameters outLogFile and errLogFile to save execution console log as files in the report folder. By default such reports are not saved.
  • Console log for test will be shown in maven log only in verbose mode