On 2017-02-06 16:39, Gunakar Goswami wrote:
Hi All,
I am new to this list.
I was trying to build the current SNAPSHOT version for OAK - 1.8-SNAPSHOT.
But it looks like many dependencies are missing in the Maven Repository -
https://repository.apache.org
So build is failing.
Eg;
Could not resolve dependencies for project
org.apache.jackrabbit:oak-blob:bundle:1.8-SNAPSHOT: Could not find artifact
org.apache.jackrabbit:oak-commons:jar:tests:1.8-SNAPSHOT in
apache.snapshots (http://repository.apache.org/snapshots)
Likewise many other dependencies are missing.
Do I need to use a different Maven repository? or we have a specific Maven
settings.xml required for OAK build.?
Regards,
Gunakar
Did you try
mvn clean install
from the checked out folder?
Best regards, Julian