Grails: exclude plugins from stub generation
Hello all,
Is it possible to exclude some plugins from stub generation? I use the fixture builder, but it doesn't compile, so it would be great to exclude the complete plugin from compilation, instead of only a couple of classes.
Would this be possible?
Erik Pragt
请先登录再写评论。
It's possible to exclude a directory recursively. So, you can specify
your plugin roots in the exclusion settings.
Hi Peter,
but how to do this? Do I have to use ** or something?
Thanks,
Erik
PS: Did you guys upgrade the forum or something? Typing messages in Opera works a bit strange now...
Just edit in-place the path, leaving only the plugin root. Everything under it will be excluded from stub generation.