1
0
-1

On page Build Plugin Source Code using Docker


the following command is mentioned:


docker run -it --rm -v ${PWD}:/usr/src/mymaven -w /usr/src/mymaven jogetworkflow/docker-maven-joget:8.0-SNAPSHOT mvn archetype:generate -DarchetypeGroupId="org.joget" -DarchetypeArtifactId="wflow-plugin-archetype" -DarchetypeVersion="8.0-SNAPSHOT" -DgroupId="org.joget.plugin" -DartifactId="custom-plugin"


Bute the image 8.0-SNAPSHOT is not on docker - only images up to version 7 are on docker.



    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, it appears that the 8.0-SNAPSHOT image has not been published yet. You can try using the existing 7.0-SNAPSHOT image to build your plugin instead, I believe it should be forward compatible with the newer versions too.

      1. Thomas Wiemann

        It was just a hint that the documentation is not correct - it should go in sync with what was published - If 8.0-SNAPHOT is not yet out - the documentation should be adjusted.

      CommentAdd your comment...