Apologies in advance if this is obvious. Let's say I create a custom plugin. The plugin has a <dependency></dependency>. When I use the custom plugin in another project's pom file, do I need to also specify the <dependency></dependency> in the project's pom file? Is there anyway to automatically include that dependency so the user of the plugin doesn't have to do so themselves, or is that bad practice?
Thanks! J
