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.openengsb</groupId>
<artifactId>openengsb-maven-plugin</artifactId>
<version>2.3.1</version>
</plugin>
Choose a version of org.openengsb : openengsb-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.3.x |
openengsb-maven-plugin-2.3.1
|
||
openengsb-maven-plugin-2.3.0
|
|||
2.2.x |
openengsb-maven-plugin-2.2.0
|
||
2.1.x |
openengsb-maven-plugin-2.1.0
|
||
2.0.x |
openengsb-maven-plugin-2.0.0
|
||
1.5.x |
openengsb-maven-plugin-1.5.1
|
||
openengsb-maven-plugin-1.5.0
|
|||
1.4.x |
openengsb-maven-plugin-1.4.2
|
||
openengsb-maven-plugin-1.4.1
|
|||
openengsb-maven-plugin-1.4.0
|
|||
1.3.x |
openengsb-maven-plugin-1.3.3
|
||
openengsb-maven-plugin-1.3.2
|
|||
openengsb-maven-plugin-1.3.1
|
|||
openengsb-maven-plugin-1.3.0
|
|||
1.2.x |
openengsb-maven-plugin-1.2.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.openengsb</groupId>
<artifactId>openengsb-maven-plugin</artifactId>
<version>2.3.1</version>
</plugin>
Advertisement