MVN

com.github.cradloff : fit-maven-plugin

Maven & Gradle

Jul 12, 2018
0 stars

Fit Maven Plugin · A Maven Plugin to execute Fit tests

<plugin>
    <groupId>com.github.cradloff</groupId>
    <artifactId>fit-maven-plugin</artifactId>
    <version>3.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.cradloff : fit-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.2

All Versions

Choose a version of com.github.cradloff : fit-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.2
fit-maven-plugin-3.2
3.1
fit-maven-plugin-3.1
3.0
fit-maven-plugin-3.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>com.github.cradloff</groupId>
    <artifactId>fit-maven-plugin</artifactId>
    <version>3.2</version>
</plugin>