Hello everyone,
I would like to develop custom code using a Maven project, generate a jar file, and then use it in my process.
How can I include my jar in my process, to use it in a script connector for instance ?
Thank you !
Hello everyone,
I would like to develop custom code using a Maven project, generate a jar file, and then use it in my process.
How can I include my jar in my process, to use it in a script connector for instance ?
Thank you !
Hi,
Once you have your library built with maven you have two options:
The other options is:
Then:
Configure
in the toolbar) for all processes that consumes this library.HTH
Romain
Hello Romain,
thanks a lot for your answer ! It's perfect !
This topic is solved ! :)