I have a project that builds GO binaries without any extension and I need to install/deploy these artifacts to maven repo. I have tried build-helper-maven-plugin, but it defaults the type to 'jar'. I tried with , it still defaults to 'jar'.
Does anyone know how to set the type to nothing? Is there some other plugin you could recommend?