Right now I'm working on fleshing out a custom scripting module. Some questions I have are:
-
In the SDK scripting function, the module path example is "system.example". Something I'd like to do is categorize further, and have for example system.example.A, system.example.B, system.example.C, and so on. How can I implement this? My guess is that I'd need to define multiple script module classes now? And have the script manager add each one?
-
Is it possible/a good idea to execute tag reading/writing functions on the Java side?
-
How does one sign a module for a maven project? The Gradle example had the skeleton for certificate/keystore info but I'm not seeing anything in the maven examples.