MVN

com.rapiddweller : benerator-maven-plugin

Maven & Gradle

Feb 15, 2023
3 stars

rapiddweller-benerator maven plugin · Maven plugin for integrating rapiddweller-benerator in your build process. The goals are benerator:generate, benerator:dbsnapshot and benerator:createxml.

<plugin>
    <groupId>com.rapiddweller</groupId>
    <artifactId>benerator-maven-plugin</artifactId>
    <version>3.1.0-jdk-11</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.rapiddweller : benerator-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.1.0-jdk-11

All Versions

Choose a version of com.rapiddweller : benerator-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.1.x
benerator-maven-plugin-3.1.0-jdk-11
3.0.x
benerator-maven-plugin-3.0.1-jdk-11
benerator-maven-plugin-3.0.0-jdk-11
2.0.x
benerator-maven-plugin-2.0.0-jdk-11
1.1.x
benerator-maven-plugin-1.1.2-jdk-11

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.rapiddweller</groupId>
    <artifactId>benerator-maven-plugin</artifactId>
    <version>3.1.0-jdk-11</version>
</plugin>

Advertisement