Hi devs,
I've seen that maven configuration argument had been discussed and there is
also an issue on Jira (https://issues.apache.org/jira/browse/NUTCH-1371).
Our need is developing/integrating some plugins for Nutch and I realize
that using current configuration Ant/Ivy is quite difficult to use for the
development and unit testing.
Is there any updates to migrate to Maven?
Our proposal is:
pom.xml (aggregator)
- main_module (actually src)
- nutch_plugins (pom plugin aggregator)
- creativecommons (actually /src/plugin/creativecommons)
- index-anchor
- ...
It's true that's a problem for who runs current configuration, but Maven
could be a better solution also for them,
Best,
RP.