0

I had a change required in the taglib of plugin. the local system now shows change I required. But what if I want to host it. I want to commit it. how do I do that?

zade
  • 165
  • 3
  • 14
  • Do you want to host your own version of plugin? Or commit to original repository and ask author to deploy plugin to Grails Central? – Igor Artamonov May 16 '12 at 10:41
  • I want to host my version of plugin in my application. I couldnot find a way to commit it to svn. – zade May 16 '12 at 12:18
  • I think it would be writtin gyour own tag then instead of using the plugin's as there was no method we could make our local version of plugin. Am I correct? – zade May 18 '12 at 04:40

1 Answers1

1

You can publish plugin into your own Maven-compatible repository, see http://grails-plugins.github.com/grails-release/docs/guide/plugins.html#custom

Igor Artamonov
  • 35,450
  • 10
  • 82
  • 113