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.md-5</groupId>
<artifactId>specialsource-maven-plugin</artifactId>
<version>1.2.5</version>
</plugin>
Choose a version of net.md-5 : specialsource-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
specialsource-maven-plugin-1.2.5
|
||
specialsource-maven-plugin-1.2.4
|
|||
specialsource-maven-plugin-1.2.3
|
|||
specialsource-maven-plugin-1.2.2
|
|||
specialsource-maven-plugin-1.2.1
|
|||
1.2 |
specialsource-maven-plugin-1.2
|
||
1.0 |
specialsource-maven-plugin-1.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.md-5</groupId>
<artifactId>specialsource-maven-plugin</artifactId>
<version>1.2.5</version>
</plugin>
Advertisement