JCR-1.0 is not available in the public repository, JCR-1.0.1 is. As Jackrabbit's dependencies have not been updated yet, you still have to download it and install it manually.
Am Dienstag, den 29.08.2006, 18:19 +0200 schrieb Carsten Ziegeler: > When building latest jcr block, I get: > > Missing: > ---------- > 1) jsr170:jcr:jar:1.0 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=jsr170 -DartifactId=jcr \ > -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file > > Path to dependency: > 1) org.apache.cocoon:cocoon-jcr-impl:jar:1.0.0-SNAPSHOT > 2) org.apache.jackrabbit:jackrabbit-core:jar:1.0.1 > 3) jsr170:jcr:jar:1.0 > > ---------- > 1 required artifact is missing. > > for artifact: > org.apache.cocoon:cocoon-jcr-impl:jar:1.0.0-SNAPSHOT > > from the specified remote repositories: > central (http://ibiblio.org/maven2), > apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), > apache.snapshot (http://svn.apache.org/maven-snapshot-repository), > apache-cvs (http://svn.apache.org/repository) > >
