Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
mvn:org.onosproject/onos-features/1.0.0-SNAPSHOT/xml/features

Note: Above is an example when using ONOS version 1.0.0. When using snapshot version, etc. replace them with the version you intend to use e.g., 1.0.1-SNAPSHOT, etc.


Append the following to featuresBoot:

...

Tip

Launching karaf may bring up the default karaf prompt, without the 'ONOS' ASCII art. This is purely cosmetic, and shouldn't affect functionality.

If the branding is desired, one can move the branding bundle created during the build process to karaf's lib directory:

Code Block
languagetext
$ cp ${ONOS_ROOT}/tools/package/branding/target/onos-branding-1.0.0-SNAPSHOT.jar ${KARAF_ROOT}/lib/

And relaunch karaf.

...