MVN

org.camunda.community.template.generator : template-generator-maven-plugin

Maven & Gradle

Jul 03, 2023

org.camunda.community.template.generator:template-generator-maven-plugin · Camunda modeler template generator

<plugin>
    <groupId>org.camunda.community.template.generator</groupId>
    <artifactId>template-generator-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.camunda.community.template.generator : template-generator-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of org.camunda.community.template.generator : template-generator-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
template-generator-maven-plugin-1.0.1
template-generator-maven-plugin-1.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.camunda.community.template.generator</groupId>
    <artifactId>template-generator-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>