How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>ch.exense.step</groupId>
<artifactId>step-ee-maven-plugin</artifactId>
<version>3.22.3</version>
</plugin>
Choose a version of ch.exense.step : step-ee-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.22.x |
step-ee-maven-plugin-3.22.3
|
||
step-ee-maven-plugin-3.22.2
|
|||
step-ee-maven-plugin-3.22.1
|
|||
step-ee-maven-plugin-3.22.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>ch.exense.step</groupId>
<artifactId>step-ee-maven-plugin</artifactId>
<version>3.22.3</version>
</plugin>
Advertisement