You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2025. It is now read-only.
Hi, When using mvn-golang-wrapper, mvn clean fails when there are dependencies on other modules in a multi-module project. This is happening even in the examples in this repo.
The actual issue is due to the fact that dependent artifacts are not available.
The root cause seems to be due to the issue that com.igormaznitsa.mvngolang.GolangCleanMojo declares requiresDependencyResolution = ResolutionScope.COMPILE.
Hi, When using mvn-golang-wrapper, mvn clean fails when there are dependencies on other modules in a multi-module project. This is happening even in the examples in this repo.
The actual issue is due to the fact that dependent artifacts are not available.
The root cause seems to be due to the issue that
com.igormaznitsa.mvngolang.GolangCleanMojodeclaresrequiresDependencyResolution = ResolutionScope.COMPILE.