Open dantran opened 4 months ago
I found a solution via debug log and read up the source , and have this property in my pom.xml
<properties>
<mvn.golang.restore.go.mod>false</mvn.golang.restore.go.mod>
</properties>
However, doing so, it leaves .#go.mod.mvn.orig file at the source. Can this plugin remove this file?
I have the following maven profile
Then I run mvn -Pgo-mod-tidy at any maven golang module, somehow the log show some type of dependency resolution, but go.mod does not get updated
however, If I run 'go mod tidy' command directly, with proper env setup. it works. go.mod updated
I intend to run mvn -Pgo-mod on maven multi-modules build, so that it can auto-update my go.mod and go.sum