Yes, I tried building from the parent "jackrabbit-oak" folder with mvn clean install.
I guess some of the jars and artifacts are not available in the repo- http://repository.apache.org/snapshots). Do I need to use different Repository Urls in Maven settings.xml? Thanks for your help. -Gunakar On Mon, Feb 6, 2017 at 9:19 PM, Julian Reschke <[email protected]> wrote: > 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 >
