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.drobisch</groupId>
<artifactId>brainslug-maven-renderer</artifactId>
<version>0.22</version>
</plugin>
Choose a version of com.drobisch : brainslug-maven-renderer to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.22 |
brainslug-maven-renderer-0.22
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.drobisch</groupId>
<artifactId>brainslug-maven-renderer</artifactId>
<version>0.22</version>
</plugin>
Advertisement