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.rhq</groupId>
<artifactId>rhq-plugin-validator</artifactId>
<version>4.13.0</version>
</plugin>
Choose a version of org.rhq : rhq-plugin-validator to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.13.x |
rhq-plugin-validator-4.13.0
|
||
4.12.x |
rhq-plugin-validator-4.12.0
|
||
4.11.x |
rhq-plugin-validator-4.11.0
|
||
4.10.x |
rhq-plugin-validator-4.10.0
|
||
4.9.x |
rhq-plugin-validator-4.9.0
|
||
4.8.x |
rhq-plugin-validator-4.8.0
|
||
4.7.x |
rhq-plugin-validator-4.7.0
|
||
4.6.x |
rhq-plugin-validator-4.6.0
|
||
4.5.x |
rhq-plugin-validator-4.5.1
|
||
4.4.x |
rhq-plugin-validator-4.4.0
|
||
4.3.x |
rhq-plugin-validator-4.3.0
|
||
4.2.x |
rhq-plugin-validator-4.2.0
|
||
4.0.x |
rhq-plugin-validator-4.0.1
|
||
rhq-plugin-validator-4.0.0.Beta1
|
|||
rhq-plugin-validator-4.0.0.B02
|
|||
3.0.x |
rhq-plugin-validator-3.0.1.GA
|
||
rhq-plugin-validator-3.0.0.EmbJopr5
|
|||
rhq-plugin-validator-3.0.0.EmbJopr4
|
|||
rhq-plugin-validator-3.0.0.EmbJopr3
|
|||
rhq-plugin-validator-3.0.0.EmbJopr2
|
|||
rhq-plugin-validator-3.0.0
|
|||
rhq-plugin-validator-3.0.0.B06
|
|||
rhq-plugin-validator-3.0.0.B05
|
|||
rhq-plugin-validator-3.0.0.B04
|
|||
1.4.x |
rhq-plugin-validator-1.4.0.B01
|
||
1.3.x |
rhq-plugin-validator-1.3.0.EmbJopr.1.3.0-4
|
||
rhq-plugin-validator-1.3.0.GA
|
|||
1.2.x |
rhq-plugin-validator-1.2.0.GA
|
||
1.1.x |
rhq-plugin-validator-1.1.2.GA
|
||
1.0.x |
rhq-plugin-validator-1.0.0.GA
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.rhq</groupId>
<artifactId>rhq-plugin-validator</artifactId>
<version>4.13.0</version>
</plugin>
Advertisement