MVN

org.jboss.maven.plugins : qstools

Maven & Gradle

Mar 05, 2016
3 stars

QSTools Maven Plugin · This a Maven Plugin that helps JBoss Developer quickstarts maintenance. You can use it to verify if your project/quickstart follow the JBoss Developer Guidelines. It will run all JBoss Developer Guideline checkers and generate a report that provides information about any violations that your project/quickstarts has.

<plugin>
    <groupId>org.jboss.maven.plugins</groupId>
    <artifactId>qstools</artifactId>
    <version>1.6.3.Final</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jboss.maven.plugins : qstools to add to Maven - Latest Versions:

  • Latest Stable: 1.6.3.Final

All Versions

Choose a version of org.jboss.maven.plugins : qstools to add to Maven - All 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

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>