Ошибка относительно ONOS

После ввода команды

onos-create-app app com.foo bar 1.0-SNAPSHOT com.foo.bar -DinteractiveMode=false && cd bar && mvn clean install &&  onos-app localhost install! target/bar-1.0-SNAPSHOT.oar

Я получаю ошибку

[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building bar 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> maven-archetype-plugin:3.0.1:generate (default-cli) > generate-sources @ bar >>>
[WARNING] The POM for org.onosproject:onlab-misc:jar:1.0-SNAPSHOT is missing, no dependency information available
[WARNING] The POM for org.onosproject:onlab-osgi:jar:1.0-SNAPSHOT is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.919 s
[INFO] Finished at: 2018-10-24T09:53:18+05:30
[INFO] Final Memory: 19M/303M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project bar: Could not resolve dependencies for project com.foo:bar:bundle:1.0-SNAPSHOT: Could not find artifact org.onosproject:onlab-misc:jar:1.0-SNAPSHOT -> [Help 1]
[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/DependencyResolutionException

0 ответов

Другие вопросы по тегам