MVN

rocks.voss.maven.plugins : content-generator

Maven & Gradle

Feb 11, 2020

Content Generator Maven Mojo · Maven Plugin to generate sources based on templates

<plugin>
    <groupId>rocks.voss.maven.plugins</groupId>
    <artifactId>content-generator</artifactId>
    <version>1.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of rocks.voss.maven.plugins : content-generator to add to Maven - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of rocks.voss.maven.plugins : content-generator to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3
content-generator-1.3
1.2
content-generator-1.2
1.1
content-generator-1.1

How to add a plugin to Maven

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

<plugin>
    <groupId>rocks.voss.maven.plugins</groupId>
    <artifactId>content-generator</artifactId>
    <version>1.3</version>
</plugin>