Versions Compared

Key

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

...

Before building the ONOS Sample Apps, you should make sure that you have installed Java, git, and Maven.

Fetching the Source Code

Code Block
languagebash
git clone https://gerrit.onosproject.org/onos-app-samples
cd onos-app-samples

Selecting the ONOS Version

By default, the sample apps will be built against a nightly snapshot of ONOS master. The functionality and reliability of this snapshot may vary rapidly and unpredictably, but it may also be what you want if an application requires bleeding-edge features.

If you wish to build against a released version of ONOS rather than a random snapshot, you can edit pom.xml to specify a specific ONOS release. For example:

...