Creation of a new plugin

Confluence User - 02 Jun, 2020
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]
plugins

3


03 Jun, 2020
confluenceUser
confluenceUser

Have you successfully built Joget source code?


Also, did you follow the exact instructions here → Guideline for developing a plugin - Prepare your development environment ?

03 Jun, 2020
confluenceUser
confluenceUser

You will need to build Joget from source code first to load the dependencies.

07 Jun, 2020
confluenceUser
confluenceUser

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.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print