Plugin Archive
Each plugin is distributed in form of a single Java Archive (JAR) file.
Building and Deploying a Plugin Archive
Make a copy of the demo plugin's Gradle build file (
build.gradle
)Change project name and name of destination file (plugin archive)
Run
build.gradle
using Gradle (https://gradle.org/ ) to build plugin Java archive
Stop Iotellect Server
Copy the JAR file in a proper subfolder of
%Iotellect Server Installation Folder/plugins/
Start Iotellect Server
Was this page helpful?