Hi
When I add the Day maven URL to project.properties:
-maven.repo.remote = http://www.bluesunrise.com/maven/,
http://www.ibiblio.org/maven/, http://dist.codehaus.org/,
http://cvs.apache.org/repository
+maven.repo.remote = http://www.bluesunrise.com/maven/,
http://www.ibiblio.org/maven/, http://dist.codehaus.org/,
http://cvs.apache.org/repository, http://www.day.com/maven/
then jcr-1.0.jar and cqfs are being downloaded, but on the other hand I
receive the following errors
Attempting to download jackrabbit-core-1.0-SNAPSHOT.jar.
Error retrieving artifact from [
http://www.day.com/maven/jackrabbit/jars/jackrabbit-core-1.0-SNAPSHOT.jar]:
java.io.IOException: Forbidden.
Attempting to download jackrabbit-commons-1.0-SNAPSHOT.jar.
Error retrieving artifact from [
http://www.day.com/maven/jackrabbit/jars/jackrabbit-commons-1.0-SNAPSHOT.jar]:
java.io.IOException: Forbidden.
Attempting to download jackrabbit-api-1.0-SNAPSHOT.jar.
Error retrieving artifact from [
http://www.day.com/maven/jackrabbit/jars/jackrabbit-api-1.0-SNAPSHOT.jar]:
java.io.IOException: Forbidden.
I guess this is why someone has added the URL for jcr-1.0.jar and
cqfs.jar to project.xml directly, but I think this URL is not meant
to be used within maven to download.
I will give it another try to maybe fix this.
Thanks
Michi