MVN

net.oneandone.maven.plugins : attach-qar-maven-plugin

Maven & Gradle

Mar 18, 2013
0 stars

Attach QA Reports Maven Plugin · Attach certain QA reports so they are deployed, namely findbugs, checkstyle, pmd, cpd and jacoco

<plugin>
    <groupId>net.oneandone.maven.plugins</groupId>
    <artifactId>attach-qar-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.oneandone.maven.plugins : attach-qar-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of net.oneandone.maven.plugins : attach-qar-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2
attach-qar-maven-plugin-1.2
1.1
attach-qar-maven-plugin-1.1
1.0
attach-qar-maven-plugin-1.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>net.oneandone.maven.plugins</groupId>
    <artifactId>attach-qar-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>