How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.github.rvesse</groupId>
<artifactId>airline-maven-plugin</artifactId>
<version>2.9.0</version>
</plugin>
Choose a version of com.github.rvesse : airline-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.9.x |
airline-maven-plugin-2.9.0
|
||
2.8.x |
airline-maven-plugin-2.8.5
|
||
airline-maven-plugin-2.8.4
|
|||
airline-maven-plugin-2.8.3
|
|||
airline-maven-plugin-2.8.2
|
|||
airline-maven-plugin-2.8.1
|
|||
airline-maven-plugin-2.8.0
|
|||
2.7.x |
airline-maven-plugin-2.7.2
|
||
airline-maven-plugin-2.7.1
|
|||
airline-maven-plugin-2.7.0
|
|||
2.6.x |
airline-maven-plugin-2.6.0
|
||
2.5.x |
airline-maven-plugin-2.5.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.github.rvesse</groupId>
<artifactId>airline-maven-plugin</artifactId>
<version>2.9.0</version>
</plugin>
Advertisement