OpenDaylight Oxygen Deploy app built from opendaylight-startup-archetype

后端 未结 1 1907
春和景丽
春和景丽 2021-01-14 08:09

OpenDaylight Oxygen
Maven 3.3.9
Ubuntu 16.04
karaf 4

~/.m2/settings.xml - cp -n ~/.m2/settings.xml{,.orig} ; wget -q -O - https://raw.githubuserc

1条回答
  •  野的像风
    2021-01-14 08:35

    You are not showing what exact failure you hit when you say "feature:install odl-testing failed to install", but FYI most people don't actually use the process you are trying to get working.. it's technically possible to build your new bundles and Karaf feature separately and then manually add it to deploy on a separate instance of ODL... but every project I know of finds it easier to just let the build produce a ready-to-use Karaf distribution.

    You have probably seen the distro in karaf/target/assembly which the the ODL archetype (documented here BTW; note the use of archetypeGroupId changed to org.opendaylight.archetypes in the just released latest Fluorine version) produces?

    So what you can do instead is to just add your "base" feature which you are presumably wanting to add your feature into as a dependency to your custom feature. With this, you get your ready-to-run custom distribution including your new code and whatever other ODL features you want to include.

    0 讨论(0)
提交回复
热议问题