Jérôme Charron wrote:
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
+1
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.
I don't think it upside down. Plugins should not share packages with core code, since that would permit them to use package-private APIs. Also, re-arranging the code to make the javadoc nice is right, since the javadoc is a primary means of describing the code.
Doug
