Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Can't find maven odlparent artifact repositories while using T-NOVA SDN Control Load Balancer #1

Open
Oomi opened this issue Mar 20, 2017 · 1 comment

Comments

@Oomi
Copy link

Oomi commented Mar 20, 2017

I am trying to work on T-Nova SDN Control Load Balancer using https://github.com/T-NOVA/SDN-Control-Plane-Load-Balancer, but when I try to do mvn clean install in Openflowplugin I got the following error;

ubuntu@ubuntu-VirtualBox:~/distribution-karaf-0.4.1-Beryllium-SR1/T-NOVA/OpenflowPlugin$ mvn clean install -DskipTests
[INFO] Scanning for projects...
Downloading: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/odlparent/odlparent/1.6.0-SNAPSHOT/maven-metadata.xml
Downloading: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/odlparent/odlparent/1.6.0-SNAPSHOT/odlparent-1.6.0-SNAPSHOT.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for org.opendaylight.openflowplugin:openflowplugin-parent:0.2.0-SNAPSHOT: Could not find artifact org.opendaylight.odlparent:odlparent:pom:1.6.0-SNAPSHOT in opendaylight-snapshot (https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/) and 'parent.relativePath' points at no local POM @ org.opendaylight.openflowplugin:openflowplugin-parent:0.2.0-SNAPSHOT, /home/ubuntu/distribution-karaf-0.4.1-Beryllium-SR1/T-NOVA/OpenflowPlugin/parent/pom.xml, line 12, column 13
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.opendaylight.openflowplugin:openflowplugin-aggregator:0.2.0-SNAPSHOT (/home/ubuntu/distribution-karaf-0.4.1-Beryllium-SR1/T-NOVA/OpenflowPlugin/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM for org.opendaylight.openflowplugin:openflowplugin-parent:0.2.0-SNAPSHOT: Could not find artifact org.opendaylight.odlparent:odlparent:pom:1.6.0-SNAPSHOT in opendaylight-snapshot (https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/) and 'parent.relativePath' points at no local POM @ org.opendaylight.openflowplugin:openflowplugin-parent:0.2.0-SNAPSHOT, /home/ubuntu/distribution-karaf-0.4.1-Beryllium-SR1/T-NOVA/OpenflowPlugin/parent/pom.xml, line 12, column 13 -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

I have following maven version installed;

$ mvn -v
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T21:41:47+05:00)
Maven home: /usr/local/apache-maven/apache-maven-3.3.9
Java version: 1.8.0_121, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-8-oracle/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.4.0-31-generic", arch: "amd64", family: "unix"

@piyush82
Copy link
Collaborator

piyush82 commented Mar 20, 2017 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants