MVN

com.uifuture.maven.plugins : agt-maven-plugin

Maven & Gradle

Jul 03, 2019
89 stars

MAGT-plugin,基于Java的自动测试代码生成Maven插件,项目地址:https://github.com/chenhaoxiang/auto-generate-test-maven-plugin

<plugin>
    <groupId>com.uifuture.maven.plugins</groupId>
    <artifactId>agt-maven-plugin</artifactId>
    <version>1.1.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.uifuture.maven.plugins : agt-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of com.uifuture.maven.plugins : agt-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
agt-maven-plugin-1.1.3
agt-maven-plugin-1.1.2
agt-maven-plugin-1.1.1
agt-maven-plugin-1.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>com.uifuture.maven.plugins</groupId>
    <artifactId>agt-maven-plugin</artifactId>
    <version>1.1.3</version>
</plugin>

Advertisement