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>
Choose a version of rocks.voss.maven.plugins : content-generator to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3 |
content-generator-1.3
|
||
1.2 |
content-generator-1.2
|
||
1.1 |
content-generator-1.1
|
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>
Advertisement