Is there a way to depend on a contrib-plugin witho...
# general
p
Is there a way to depend on a contrib-plugin without executing the register_goals hook? In my case, I depend on the confluence plugin https://github.com/pantsbuild/pants/blob/master/contrib/confluence/src/python/pants/contrib/confluence/BUILD#L15 but would like to avoid the default register task from executing ..