在 OpenDayLight 启动原型中找不到 dlux 和 apidocs

dlux and apidocs not found in OpenDayLight startup archetype

基于 doc,我下载并安装了 OpenDaylight opendaylight-startup-archetype 1.1.0,然后我想安装 dlux-core、dluxapps 和 mdsal-apidocs 以帮助通过浏览器导航 ODL 界面。但是,karaf CLI 表示存储库中不存在这些功能。

如何安装 DLUX 和 apidocs?这里是 a list of available features.

重现步骤:

wget -q -O - https://raw.githubusercontent.com/opendaylight/odlparent/master/settings.xml > ~/.m2/settings.xml
mvn archetype:generate -DarchetypeGroupId=org.opendaylight.archetypes -DarchetypeArtifactId=opendaylight-startup-archetype -DarchetypeCatalog=remote -DarchetypeVersion=1.1.0-SNAPSHOT
mvn clean install
./karaf/target/assembly/bin/karaf
feature:list | grep dlux => Not found

API 文档浏览器功能称为 odl-mdsal-apidocs,而不是 mdsal-apidocs。

dlux 和 dluxapps 功能库不包含在原型中 - 这只是一个起点 - 您可以添加您想要的任何其他功能。也就是说,dlux 和 dluxapps 项目不再积极维护,因此在几个月前被存档。但是,您仍然可以下载并让它们自己构建。如果您有兴趣在上游重新启动它们,我们随时欢迎您的贡献。