1
0
-1
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]
    CommentAdd your comment...

    3 answers

    1.  
      1
      0
      -1

      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.

        CommentAdd your comment...
      1.  
        1
        0
        -1

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

          CommentAdd your comment...
        1.  
          1
          0
          -1

          Have you successfully built Joget source code?


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

            CommentAdd your comment...