maven archetype创建odl项目失败,The desired archetype does not exist

我在idea中用maven的archetype创建odl项目,添加了官网提供的archetype,提示如下
Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3.0.1:generate (default-cli) on project standalone-pom: The desired archetype does not exist (org.opendaylight.controller:opendaylight-startup-archetype:1.3.2-Carbon) -> [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/confl...
[ERROR] Maven execution terminated abnormally (exit code 1)

我在Ubuntu中已经配置好了maven的setting和环境变量,
想问一下怎么修复这个问题

阅读 10.1k
1 个回答
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进