MVN

pl.waw.michal.maven.plugin : javabean-test-generator-maven-plugin

Maven & Gradle

Sep 02, 2016
0 stars

Maven Mojo for generating Java Bean unit tests · Maven plugin for generating unit test of Java Beans

<plugin>
    <groupId>pl.waw.michal.maven.plugin</groupId>
    <artifactId>javabean-test-generator-maven-plugin</artifactId>
    <version>1.0.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pl.waw.michal.maven.plugin : javabean-test-generator-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of pl.waw.michal.maven.plugin : javabean-test-generator-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
javabean-test-generator-maven-plugin-1.0.4
javabean-test-generator-maven-plugin-1.0.3
javabean-test-generator-maven-plugin-1.0.2
javabean-test-generator-maven-plugin-1.0.1
javabean-test-generator-maven-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>pl.waw.michal.maven.plugin</groupId>
    <artifactId>javabean-test-generator-maven-plugin</artifactId>
    <version>1.0.4</version>
</plugin>