How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.tinywind</groupId>
<artifactId>scheme-reporter-maven</artifactId>
<version>0.5.0</version>
</plugin>
Choose a version of org.tinywind : scheme-reporter-maven to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.5.x |
scheme-reporter-maven-0.5.0
|
||
0.4.x |
scheme-reporter-maven-0.4.0
|
||
0.3.x |
scheme-reporter-maven-0.3.1
|
||
0.2.x |
scheme-reporter-maven-0.2.1
|
||
0.2 |
scheme-reporter-maven-0.2
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.tinywind</groupId>
<artifactId>scheme-reporter-maven</artifactId>
<version>0.5.0</version>
</plugin>
Advertisement