Hi, > Could not find artifact org.apache.jackrabbit:oak-commons:jar:tests How are you trying to build Oak? Are you by any chance skipping the tests?
Try doing a full install first 'mvn install', then report back if the problem persists. best, alex On Mon, Feb 6, 2017 at 4:39 PM, Gunakar Goswami <[email protected]> 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 >
