Docker image to simplify the building of Joget plugins with minimal dependencies.
1.1K
Docker image to simplify the building of Joget plugins with minimal dependencies.
docker run -it --rm -v ${PWD}:/usr/src/mymaven -w /usr/src/mymaven jogetworkflow/docker-maven-joget:7.0-SNAPSHOT mvn archetype:generate -DarchetypeGroupId="org.joget" -DarchetypeArtifactId="wflow-plugin-archetype" -DarchetypeVersion="7.0-SNAPSHOT" -DgroupId="org.joget.plugin" -DartifactId="custom-plugin"
docker run -it --rm -v ${PWD}:/root/.m2 -v ${PWD}:/usr/src/mymaven -w /usr/src/mymaven jogetworkflow/docker-maven-joget:7.0-SNAPSHOT mvn clean install
NOTE: ${PWD} is for Mac, Linux and Windows Shell. For Windows Command Prompt, replace ${PWD} with "%cd%".
Content type
Image
Digest
sha256:8a970c6ac…
Size
1 GB
Last updated
about 3 years ago
docker pull jogetworkflow/docker-maven-joget:8.0-SNAPSHOT