eclipse maven插件模板新建ODL项目 问题


输入groupid artifactid后 ,点finish后, 报错如下:

“ : is an invalid character in resource name 'ODL :: org.opendaylight.toaster :: fff-api'.”

发现 karaf 里自动生成的 pom.xml 为

<name>ODL :: org.opendaylight.toaster :: ${project.artifactId}</name>

有大神知道如何解决吗?
1.png 2.png 3.png
已邀请:

请问怎么在eclipse中开发odl项目?

wzd_0116 - 未来网络 Zebra Decoder

赞同来自:


可以使用mvn的命令创建 OpenDaylight的项目,命令如下:
mvn archetype:generate \
-DarchetypeGroupId=org.opendaylight.controller \
-DarchetypeArtifactId=opendaylight-startup-archetype \
-DarchetypeVersion=1.3.0-Carbon \
-DarchetypeRepository=https://nexus.opendaylight.org ... blic/ \
-DarchetypeCatalog=https://nexus.opendaylight.org ... g.xml

官方指导文档:
https://wiki.opendaylight.org/ ... etype

https://wiki.opendaylight.org/ ... lipse

要回复问题请先登录注册