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

Difference between revisions of "OM2M/Download"

(Get OM2M source code)
(Build OM2M)
Line 11: Line 11:
  
 
== Build OM2M ==
 
== Build OM2M ==
 +
Build OM2M using the following command:
 +
<pre>
 +
mvn clean install
 +
</pre>

Revision as of 12:20, 20 April 2014

Get OM2M binaries

  • You can download a zip file containing OM2M binaries from this link: //TODO

Get OM2M source code

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

Build OM2M

Build OM2M using the following command:

mvn clean install

Back to the top