BroadbandForum / obbaa

A reference implementation for standardized, automated Cloud-based Access Services.
https://obbaa.broadband-forum.org
Apache License 2.0
24 stars 12 forks source link

Not able to build obbaa code #5

Closed BinayKapri closed 4 years ago

BinayKapri commented 4 years ago

Cloned obbaa code from git clone https://github.com/BroadbandForum/obbaa.git change directory obbaa mvn clean install -DskipTests.

Getting below error while building obbaa code . Failed to execute goal on project device-manager-entities:

Failed to read artifact descriptor for org.broadband.forum.obbaa.netconf:netconf-server-modelnode-fwk:jar3.0.0 ... Transfer failed for http://repo.boundlessgeo.com/main/org/broadband-forum/obbaa/netconf/netconf-server-modelnode-fwk/3.0.0/netconf-server-modelnode-fwk-3.0.0.pom : Unknown host repo.boundlessgeo.com: Name or service not known

it seems repo.boundlessgeo.com is unavailable?

selvaitech commented 4 years ago

@BinayKapri , Can you please confirm if you have cloned & built obbaa-netconf-stack before building obbaa? request you to follow the build order mentioned here

Steps to checkout obbaa-netconf-stack code from github: git clone https://github.com/BroadbandForum/obbaa-netconf-stack.git change directory obbaa-netconf-stack mvn clean install -DskipTests.

BinayKapri commented 4 years ago

Thanks Selvaraj Ramasamy. i am able to build obbaa repo.