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.jboss.maven.plugins</groupId>
<artifactId>qstools</artifactId>
<version>1.6.3.Final</version>
</plugin>
Choose a version of org.jboss.maven.plugins : qstools to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.6.x |
qstools-1.6.3.Final
|
||
qstools-1.6.2.Final
|
|||
qstools-1.6.1.Final
|
|||
qstools-1.6.0.Final
|
|||
qstools-1.6.0.CR4
|
|||
qstools-1.6.0.CR3
|
|||
qstools-1.6.0.CR2
|
|||
qstools-1.6.0.CR1
|
|||
1.5.x |
qstools-1.5.3.Final
|
||
qstools-1.5.2.Final
|
|||
qstools-1.5.1.Final
|
|||
qstools-1.5.0.Final
|
|||
qstools-1.5.0.CR3
|
|||
qstools-1.5.0.CR2
|
|||
qstools-1.5.0.CR1
|
|||
1.0.x |
qstools-1.0.0.CR1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>qstools</artifactId>
<version>1.6.3.Final</version>
</plugin>
Advertisement