Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

OM2M/Download

< OM2M
Revision as of 16:26, 20 April 2014 by Benalaya.sensinov.com (Talk | contribs) (Build OM2M)

Get OM2M binaries

  • A link to OM2M binaries will be added here.

Get OM2M source code

git clone http://git.eclipse.org/gitroot/www.eclipse.org/om2m.git

Build OM2M

  • "Apache Maven 3" is required to build OM2M.
  • Got to the "org.eclipse.om2m" directory.
  • Build OM2M using the following command: (An internet connection is required to download dependencies)
mvn clean install

OM2M generated products

  • Check generated NSCL and GSCL products
    • The NSCL product can be found on this directory: "om2m/org.eclipse.om2m/org.eclipse.om2m.site.nscl/target/products/nscl/<os>/<ws>/arch>/"
    • The GSCL product can be found on this directory: "om2m/org.eclipse.om2m/org.eclipse.om2m.site.gscl/target/products/gscl/<os>/<ws>/arch>/"
  • You can also import the "org.eclipse.om2m" project as maven project in the Eclipse RPC IDE, and use Eclipse maven tools to build the NSCL and GSCL products.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.