mvn-golang v2.1.2 Release Notes

    • โž• Added skip attribute to skip execution of mojo
    • #10, Added way to disable providing of $GOBIN through pseudo-path NONE
    • ๐Ÿ”„ Changed maven phase for build from compile to package (to prevent build start before tests)
    • โœ… Enforced console output for test even in non-verbose mode
    • โž• Added default packages ./... for fmt,vet,fix and test tasks
    • โž• Added maven.test.failure.ignore and test properties processing into test goal, also allowed method regex template after # like in surefire