You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by Robert Morris <ro...@morris.net> on 2005/07/13 06:06:47 UTC

maven problems

I've been running the maven build successfully until just tonight.  I try to run it and I get the following error: 

BUILD FAILED
File...... /home/rmorris/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
The build cannot continue because of the following unsatisfied dependency:

jcr-1.0.jar (try downloading from http://jcp.org/en/jsr/detail?id=170)

Have I done something wrong?  Do I need to update the project.xml file?  If so, I couldn't find anything in there that would allow me to make a change about where the jcr-1.0.jar file is located. 

Re: maven problems

Posted by Jukka Zitting <jz...@yukatan.fi>.
Hi,

Robert Morris wrote:
> jcr-1.0.jar (try downloading from http://jcp.org/en/jsr/detail?id=170)

This problem was most probably caused by the fact that the jcr-1.0.jar 
is available from the Day repository at http://www.day.com/maven/, but 
the repository link was only included in the ./core component. I just 
added (r216128) the required maven.repo.remote property in ./api and 
./commons so you should be fine once you update to the latest source.

BR,

Jukka Zitting