Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
I'm trying to develop my joget plugin.
I'm following this tutorial Guideline for developing a plugin
I have cloned 6.0-SNAPSHOT of joget from git repository
When I try to execute ./create-plugin.sh org.joget Example 6.0-SNAPSHOT from wflow-plugin-archetype directory, I'll have the following exception:
Unable to add module to the current project as it is not of packaging type 'pom'
I have the same exception if I use joget v5 community.
Please.Can someone help me?
Now I can compile my plugin.
Thanks Walter.
Try to run it in a empty folder instead of inside the "wflow-plugin-archetype" directory.
I'm trying to develop my joget plugin.
I'm following this tutorial Guideline for developing a plugin
I have cloned 6.0-SNAPSHOT of joget from git repository
When I try to execute ./create-plugin.sh org.joget Example 6.0-SNAPSHOT from wflow-plugin-archetype directory, I'll have the following exception:
Unable to add module to the current project as it is not of packaging type 'pom'
I have the same exception if I use joget v5 community.
Please.Can someone help me?