Hi there! I'm new to pants and I'm trying to devel...
# general
c
Hi there! I'm new to pants and I'm trying to develop a plugin. I come from a Maven background. Within that world, plugins are installed at a project-level (instead of a mono-repo level). From reading the documentation for Pants, it seems that Pants plugins are installed at the mono-repo level. Is that correct?
g
Yes. Usually at <monorepo root>/pants-plugins
c
okay, cool thank you!