Import ignition-sdk-examples to Eclipse

i am trying to import ignition-sdk-examples to Eclipse as existing maven projects when i run any of this examples it generates *.jar file!
What can i do to run this examples? and generate *.modl file?

I don’t know about from within Eclipse, but modl files are generated when you run something like mvn clean package.

the modl files are generated but unsigned how to install it in ignation ?

You can install unsigned modules after enabling it via system property. See Need a developer gateway

thanks you it’s working