MVN

com.cognifide.aet : aet-maven-plugin

Maven & Gradle

May 27, 2019
108 stars

AET :: Client :: Maven Plugin · One of AET clients - AET Maven Plugin. It is used to execute AET tests

<plugin>
    <groupId>com.cognifide.aet</groupId>
    <artifactId>aet-maven-plugin</artifactId>
    <version>3.2.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cognifide.aet : aet-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.2.2
  • Latest Release Candidate: 2.0.3-rc1

All Versions

Choose a version of com.cognifide.aet : aet-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.2.x
aet-maven-plugin-3.2.2
aet-maven-plugin-3.2.1
aet-maven-plugin-3.2.0
3.1.x
aet-maven-plugin-3.1.0
3.0.x
aet-maven-plugin-3.0.1
aet-maven-plugin-3.0.0
2.1.x
aet-maven-plugin-2.1.6
aet-maven-plugin-2.1.5
aet-maven-plugin-2.1.4
aet-maven-plugin-2.1.3
aet-maven-plugin-2.1.2
aet-maven-plugin-2.1.1
aet-maven-plugin-2.1.0
2.0.x
aet-maven-plugin-2.0.3-rc1
aet-maven-plugin-2.0.2
aet-maven-plugin-2.0.1
aet-maven-plugin-2.0.0
aet-maven-plugin-2.0.0-rc2

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.cognifide.aet</groupId>
    <artifactId>aet-maven-plugin</artifactId>
    <version>3.2.2</version>
</plugin>

Advertisement