> I think you need to make this: > > <Export-Package>javax.jcr, javax.jcr.*, > org.apache.jackrabbit.*</Export-Package> > > Does this fix it? > It doesn't, I don't *think*. When I build from the parent directory (I have a parent pom that includes these two as modules), I get the same error I reported before. If I go into the dependent project and do 'mvn install' it doesn't report that error, but I have a problem with another package.
I've also added javax.jcr to my <Import-Package> in the dependent project. Anything else I could try? I'll keep experimenting to see if I can make progress. > regards, > > Karl --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

