This repository was archived by the owner on Mar 3, 2025. It is now read-only.
Releases: raydac/mvn-golang
Releases · raydac/mvn-golang
Release 2.1.0
- Output of environment variables has been moved under the
verbose
flag - Added
mvninstall
goal which saves artifact into local maven repository duringinstall
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
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
- Added test example for
gomobile
for Android ARM 7 - Added
<findExecInGoPath>
, it allows to find golang tool in $GOPATH instead of $GOROOT (by defaultfalse
) - Added
<echo>
and<echoWarn>
to print echo messages into maven log - Added
<exec>
parameter to define gotool name (by defaultgo
) - Added
<execSubpath>
parameter to provide sub-path in SDK root to find golang tool (by defaultbin
) - Renamed parameter
<name>
to<resultName>
and<target>
to<resultFolder>
forbuild
- 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
release 1.0.0