I want to publish a binary grails plugin to my artifactory repository with jenkins.
The process should be: GIT Push -> Jenkins Build -> Deploy in artifactory
I just tested it with the artifactory jenkins plugin but couldn't get it working because after the plugin deploys the jar i can't resolve it with my main grails application because the jar gets deployed without artifactId, groupId and so on.
How can i get this working? How is this done right?