How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.sf.smc</groupId>
<artifactId>smc-maven-plugin</artifactId>
<version>7.6.0</version>
</plugin>
Choose a version of net.sf.smc : smc-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
7.6.x |
smc-maven-plugin-7.6.0
|
||
7.5.x |
smc-maven-plugin-7.5.0
|
||
7.4.x |
smc-maven-plugin-7.4.0
|
||
7.3.x |
smc-maven-plugin-7.3.0
|
||
7.2.x |
smc-maven-plugin-7.2.0
|
||
7.1.x |
smc-maven-plugin-7.1.0
|
||
7.0.x |
smc-maven-plugin-7.0.2
|
||
smc-maven-plugin-7.0.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.sf.smc</groupId>
<artifactId>smc-maven-plugin</artifactId>
<version>7.6.0</version>
</plugin>
Advertisement