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.apache.dubbo</groupId>
<artifactId>dubbo-maven-plugin</artifactId>
<version>3.2.5</version>
</plugin>
Choose a version of org.apache.dubbo : dubbo-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.2.x |
dubbo-maven-plugin-3.2.5
|
||
dubbo-maven-plugin-3.2.4
|
|||
dubbo-maven-plugin-3.2.3
|
|||
dubbo-maven-plugin-3.2.2
|
|||
dubbo-maven-plugin-3.2.1
|
|||
dubbo-maven-plugin-3.2.0
|
|||
dubbo-maven-plugin-3.2.0-beta.6
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-maven-plugin</artifactId>
<version>3.2.5</version>
</plugin>
Advertisement