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.mule.tools</groupId>
<artifactId>mule-tools-visualizer</artifactId>
<version>1.4.4</version>
</plugin>
Choose a version of org.mule.tools : mule-tools-visualizer to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0 |
mule-tools-visualizer-2.0-M1
|
||
1.4.x |
mule-tools-visualizer-1.4.4
|
||
mule-tools-visualizer-1.4.3
|
|||
mule-tools-visualizer-1.4.2
|
|||
mule-tools-visualizer-1.4.1
|
|||
mule-tools-visualizer-1.4.0
|
|||
1.4 |
mule-tools-visualizer-1.4-RC1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.mule.tools</groupId>
<artifactId>mule-tools-visualizer</artifactId>
<version>1.4.4</version>
</plugin>
Advertisement