I'm building both a Grails app as well as a plugin that the app will use as a dependency. I need a way to make changes to the plugin, publish it locally, build the app (using the new version of the plugin - SNAPSHOT) and then do a grails run-app
to pick up all the changes.
I also need a way to publish the plugin to a remote Artifactory repo and have the Grails app pick up the "release" (non-SNAPSHOT) version of the plugin. Any ideas as to how I could accomplish this?