MVN

org.texttest : texttest-maven-plugin

Maven & Gradle

Oct 08, 2015
1 stars

TextTest Maven Plugin · This maven plugin lets you run tests created with TextTest

<plugin>
    <groupId>org.texttest</groupId>
    <artifactId>texttest-maven-plugin</artifactId>
    <version>1.8</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.8

All Versions

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

Version Vulnerabilities Updated
1.8
texttest-maven-plugin-1.8
1.7
texttest-maven-plugin-1.7
1.6
texttest-maven-plugin-1.6
1.4
texttest-maven-plugin-1.4

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.texttest</groupId>
    <artifactId>texttest-maven-plugin</artifactId>
    <version>1.8</version>
</plugin>