MVN

org.ibboost.orqa : orqa-maven-plugin

Maven & Gradle

May 23, 2017
0 stars

ORQA Maven Plugin · A Maven Plugin that provides the ability to execute ORQA tasks as part of the maven build.

<plugin>
    <groupId>org.ibboost.orqa</groupId>
    <artifactId>orqa-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ibboost.orqa : orqa-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.ibboost.orqa : orqa-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
orqa-maven-plugin-1.0.0

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.ibboost.orqa</groupId>
    <artifactId>orqa-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>