How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>de.androbit</groupId>
<artifactId>raml-converter-maven-plugin</artifactId>
<version>0.15</version>
</plugin>
Choose a version of de.androbit : raml-converter-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.15 |
raml-converter-maven-plugin-0.15
|
||
0.14 |
raml-converter-maven-plugin-0.14
|
||
0.13 |
raml-converter-maven-plugin-0.13
|
||
0.12 |
raml-converter-maven-plugin-0.12
|
||
0.11 |
raml-converter-maven-plugin-0.11
|
||
0.9 |
raml-converter-maven-plugin-0.9
|
||
0.6 |
raml-converter-maven-plugin-0.6
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>de.androbit</groupId>
<artifactId>raml-converter-maven-plugin</artifactId>
<version>0.15</version>
</plugin>
Advertisement