Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
In your Joget src code folder , inside this folder wflow-plugin-archetype there is one POM.xml.
In that file <packaging>jar</packaging> change this to <packaging>pom</packaging>.
It will work. Worked for me.
You will need to build Joget from source code first to load the dependencies.
Have you successfully built Joget source code?
Also, did you follow the exact instructions here → Guideline for developing a plugin - Prepare your development environment ?
I try since yesterday to create a new plugin but I did not succeed and I have this error when I launch the following
command : create-plugin.bat ...
[WARNING] The POM for org.joget:wflow-plugin-archetype:jar:7.0-SNAPSHOT is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 26.922 s
[INFO] Finished at: 2020-06-02T10:10:08+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3.1.2:generate (default-cli)
on project standalone-pom: The desired archetype does not exist (org.joget:wflow-plugin-archetype:7.0-SNAPSHOT) -> [Help 1]