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.jangaroo</groupId>
<artifactId>ext-xml-maven-plugin</artifactId>
<version>0.8.4</version>
</plugin>
Choose a version of net.jangaroo : ext-xml-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.8.x |
ext-xml-maven-plugin-0.8.4
|
||
ext-xml-maven-plugin-0.8.3
|
|||
ext-xml-maven-plugin-0.8.2
|
|||
ext-xml-maven-plugin-0.8.1
|
|||
ext-xml-maven-plugin-0.8.0
|
|||
0.7.x |
ext-xml-maven-plugin-0.7.12
|
||
ext-xml-maven-plugin-0.7.10
|
|||
ext-xml-maven-plugin-0.7.9
|
|||
ext-xml-maven-plugin-0.7.8
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.jangaroo</groupId>
<artifactId>ext-xml-maven-plugin</artifactId>
<version>0.8.4</version>
</plugin>
Advertisement