vorburger / opendaylight-bot

Eclipse Public License 1.0
0 stars 2 forks source link

POM Parent Relative Path error. #14

Closed prateekiiest closed 6 years ago

prateekiiest commented 6 years ago

Currently when I run ./mvnw from within the cloned repo like this

pratik@prateekchanda MINGW64 ~/documents/github/opendaylight-bot (master) ./mvnw

I get the following error

[ERROR] [ERROR] Some problems were encountered while processing the POMs: [FATAL] Non-resolvable parent POM for org.opendaylight.bot:bot-aggregator:1.0.0-SNAPSHOT: Failure to find org.opendaylight.odlparent:odlparent-lite:pom:3.1.0 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at no local POM @ line 6, column 11 @

I tried checking with the parent relative path name. Also checked if there has been any formatting issue or not.

vorburger commented 6 years ago

see 7abdfd6 - OK?

prateekiiest commented 6 years ago

Works amazing !! :fireworks: Thanks