I have a custom plugin which I want to package as a binary JAR. For doing so, I am executing a command as shown below:
grails package-plugin --binary
It's successfully generating the JAR file with the name of the form:
grails-plugin-mycustom-plugin-1.0.jar
I need to know, instead how can I generate a JAR file with a name of the form:
mycustom-plugin-1.0.jar
Any help in this regard is highly appreciated.