Versions Compared

Key

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

...

Code Block
languagetext
$ mvn archetype:generate -Dfilter=org.onosproject: -DarchetypeGroupId=org.onosprojectfoo  -DarchetypeArtifactId=onos-bundle-archetype -DarchetypeVersion=1.2.0-SNAPSHOT -DgroupId=org.foo.app -DartifactId=foo-app -Dversion=1.0.0

Alternatively, if you have the ONOS code checked-out and available, you can use the onos-create-app tool to accomplish the same thing.

...