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

Releases: raydac/mvn-golang

Release 2.1.0

28 May 13:51
Compare
Choose a tag to compare
  • Output of environment variables has been moved under the verbose flag
  • Added mvninstall goal which saves artifact into local maven repository during install phase,#2 request
  • Added support of branches and tags into get, it works for Git, Hg and SVN repositories
  • Improved archetype template, added example of test
  • Fixed issue #3 "cannot run tests"

release 2.0.0

17 Apr 10:34
Compare
Choose a tag to compare

2.0.0 (17-apr-2016)

  • Added maven archetype mvn-golang-hello to generate minimal GoLang "Hello World!" project
  • Added mojo for run command.
  • Removed <findExecInGoPath> property because the logic of search executable file has been reworked
  • Added goBin parameter to provide $GOBIN value
  • Improved CLEAN to delete also the project target folder
  • The Banner is hidden by default
  • Changed project folder structure to be closer to GoLang projects
  • Added life-cycle for packaging mvn-golang with support of the standard GoLang project hierarchy, as example see adapted the Hello world example for the case
  • Improved logging of command console output, now it is split to lines and every line logged separately
  • Added support for loading of archives with Content-type application/x-gzip
  • Increased number of test examples
  • Build of example applications moved to the special profile examples

release 1.1.0

04 Apr 20:46
Compare
Choose a tag to compare
  • Added test example for gomobile for Android ARM 7
  • Added <findExecInGoPath>, it allows to find golang tool in $GOPATH instead of $GOROOT (by default false)
  • Added <echo> and <echoWarn> to print echo messages into maven log
  • Added <exec> parameter to define gotool name (by default go)
  • Added <execSubpath> parameter to provide sub-path in SDK root to find golang tool (by default bin)
  • Renamed parameter <name> to <resultName> and <target> to <resultFolder> for build
  • Fixed racing issue for the maven -T4 flag
  • Fixed "Truncated TAR archive exception" for Mac OS tar.gz archive
  • Removed predefined values for <goVersion> and <osx>
  • Minor refactoring

1.0.0 release

26 Mar 21:14
Compare
Choose a tag to compare
release 1.0.0