How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.drobisch</groupId>
<artifactId>brainslug-maven-bpmn</artifactId>
<version>0.22</version>
</plugin>
Choose a version of com.drobisch : brainslug-maven-bpmn to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.22 |
brainslug-maven-bpmn-0.22
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.drobisch</groupId>
<artifactId>brainslug-maven-bpmn</artifactId>
<version>0.22</version>
</plugin>
Advertisement