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.mvnsearch</groupId>
<artifactId>toolchains-maven-plugin</artifactId>
<version>4.5.0</version>
</plugin>
Choose a version of org.mvnsearch : toolchains-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.5.x |
toolchains-maven-plugin-4.5.0
|
||
4.4.x |
toolchains-maven-plugin-4.4.0
|
||
4.3.x |
toolchains-maven-plugin-4.3.0
|
||
4.2.x |
toolchains-maven-plugin-4.2.0
|
||
4.1.x |
toolchains-maven-plugin-4.1.0
|
||
4.0.x |
toolchains-maven-plugin-4.0.2
|
||
toolchains-maven-plugin-4.0.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.mvnsearch</groupId>
<artifactId>toolchains-maven-plugin</artifactId>
<version>4.5.0</version>
</plugin>
Advertisement