MVN

com.uifuture.maven.plugins : maven-auto-generate-test-plugin

Maven & Gradle

Jun 18, 2019
89 stars

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

<plugin>
    <groupId>com.uifuture.maven.plugins</groupId>
    <artifactId>maven-auto-generate-test-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.0

All Versions

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

Version Vulnerabilities Updated
1.0.x
maven-auto-generate-test-plugin-1.0.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>maven-auto-generate-test-plugin</artifactId>
    <version>1.0.0</version>
</plugin>

Advertisement