Skip to content

Release 2.1.2

Compare
Choose a tag to compare
@raydac raydac released this 07 Nov 06:07
· 575 commits to master since this release
  • 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