MVN

cn.shenyanchao.ut : ut-maven-plugin

Maven & Gradle

Jun 21, 2013
2 stars

ut-maven-plugin · Maven Plugin for Generate Unit Test Code Framework

<plugin>
    <groupId>cn.shenyanchao.ut</groupId>
    <artifactId>ut-maven-plugin</artifactId>
    <version>0.2.9</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.shenyanchao.ut : ut-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.2.9

All Versions

Choose a version of cn.shenyanchao.ut : ut-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2.x
ut-maven-plugin-0.2.9
0.2
ut-maven-plugin-0.2

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>cn.shenyanchao.ut</groupId>
    <artifactId>ut-maven-plugin</artifactId>
    <version>0.2.9</version>
</plugin>

Advertisement