Just checking if anyone on this list is responsible for the jackrabbit
1.0maven 2 artifacts deployed at
www.ibiblio.org.

There are problems with the dependencies declared in
jackrabbit-server-1.0.pom using variables for dependency versions. These
variables are never resolved and thus break the transitive resolution of
these dependencies.

I can volunteer some time to resolves the issues. I wanted to check whether
some one on the project was managed the maven deploy bundles or if it's
either the maven folks or a third-party.

The following dependencies all fail:

<dependencies>
...
   <dependency>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit-jcr-commons</artifactId>
     <version>${jackrabbit.build.version.jackrabbit}</version>
   </dependency>
   <dependency>
     <groupId>jsr170</groupId>
     <artifactId>jcr</artifactId>
     <version>${jackrabbit.build.version.jcr}</version>
   </dependency>
   <dependency>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit-core</artifactId>
     <version>${jackrabbit.build.version.jackrabbit}</version>
   </dependency>
   <dependency>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit-jcr-rmi</artifactId>
     <version>${jackrabbit.build.version.jcr.rmi}</version>
   </dependency>
...
</dependencies>


Thanks,
Doug

Reply via email to