Hi, Since the javadoc groups are filtered by packages, I suggest to refactor some plugins so that their package are not the same as their extension point package and they could be listed in the Javadoc plugins group instead of core.
The changes I suggest are: 1. Change package of urlfilter-automaton from org.apache.nutch.net to org.apache.nutch.urlfilter.automaton 2. Change package of urlfilter-prefix from org.apache.nutch.net to org.apache.nutch.urlfilter.prefix 3. Change package of urlfilter-regex from org.apache.nutch.net to org.apache.nutch.urlfilter.regex 4. Change package of lib-regex-filter from org.apache.nutch.net to org.apache.nutch.urlfilter.regex.api 5. Change package of ontology from org.apache.nutch.ontology to org.apache.nutch.ontology.jena Yes, I know, changing packaging for some javadoc reasons is quite an "upside down world" (sorry for this litteral translation from french), but it is the only way to do it since javdoc groups are filtered by packages. Does it make sense? Do you have any suggestions or comments? Regards Jérôme -- http://motrech.free.fr/ http://www.frutch.org/
