Hi all, I'm working on a project that gets Nutch 2.3.1 from maven and uses it to set off crawl jobs which are configurable in our own UI and through our own search platform's properties. To allow specific configuration of crawlers, I want to use many of the default plugins that come with a Nutch 2.x install.
I have not been able to find the plugins in the org.apache.nutch jar or anywhere on maven. How do you recommend getting these plugins into our platform? Should I just copy the jars from an install and upload them to our own source control? Thanks, Ben V.

