Hello,
Is it possible to provide Groovy binary release for download from Maven repository ?
So that this archive
will appear at
as a ZIP file.
Similarly to, say Maven
and Hudson/Artifactory:
This way any Maven build will be able to grab a complete Groovy distribution, and not only a library *.jar.
For example, in my case I need it to bundle a Groovy distro as part of a Tomcat server.
Thank you!