如何通过Go lang运行Maven插件

I am currently researching on a way to run maven goals ( in particular the maven tycho plugin) on a system without having both java and maven preinstalled and installing them is not an option. Is there anyway of doing that using Go lang?. Thanks in advance.

Java applications require Java, Ruby applications require Ruby, and .NET applications require .NET. You can't run a Java application with Go any more than you can run a Ruby application with gcc or a .NET application with Erlang. These things are not interchangeable.