Hi, Why does this extension have to reside in the Jackrabbit core ? If at all possible, it should also be made an add-on/extension to the core. This way adding the extension would also require addition of the dependencies and therefore copying/refactoring is not required.
Otherwise, you might want to use the maven dependency plugin to copy the required classes into the destination location at build time. BTW: What is the use of a spellchecker in an infrastructure component like a JCR repository ? Regards Felix Am Montag, den 01.10.2007, 14:27 +0200 schrieb Marcel Reutegger: > Hi, > > I'm about to write a spellchecker extension for the lucene query handler in > jackrabbit. I planned to use the lucene-spellchecker contrib, however I don't > want to introduce another dependency in the jackrabbit-core. because the > spellchecker contrib in lucene only includes a handful of classes I would > prefer > to copy the classes and refactor them into the jackrabbit package space. > > does anyone have a better idea how to handle this? > > regards > marcel
