You will need to drop the appropriate version into MAVEN_HOME/lib. Unfortunately, commons-collections needs to be in there, and that version is used in all plugins.
- Brett On 6/28/05, Brian Moseley <[EMAIL PROTECTED]> wrote: > > using 1.1-beta-1, i get a NoSuchMethodError for a commons-collections > class when a jackrabbit class (NodeState) is being initialized. > > this doesn't happen when building or testing jackrabbit itself, only > when i am executing a goal in my maven plugin that uses jackrabbit. > > any thoughts on what might be going wrong? > > this smells like a dependency conflict, but the only commons-collection > jar in my maven repository is 3.1. > > the full output of maven -X is at this url: > > <http://leilani.osafoundation.org/~bcm/jackrabbit-plugin-exception.txt> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
