MVN

org.tiatesting : tia-junit-git-maven-plugin

Maven & Gradle

Apr 29, 2024
1 stars

Tia JUnit Git Maven Plugin · The Tia Testing Maven Plugin provides the Tia Testing runtime agent to your tests. This plugin is built for Git version control projects.

<plugin>
    <groupId>org.tiatesting</groupId>
    <artifactId>tia-junit-git-maven-plugin</artifactId>
    <version>0.1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.tiatesting : tia-junit-git-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of org.tiatesting : tia-junit-git-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
tia-junit-git-maven-plugin-0.1.1

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.tiatesting</groupId>
    <artifactId>tia-junit-git-maven-plugin</artifactId>
    <version>0.1.1</version>
</plugin>