mvn-golang v2.0.0 Release Notes

    • 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
    • 0️⃣ 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