MVN

com.github.rvesse : airline-maven-plugin

Maven & Gradle

Aug 03, 2022
123 stars

Airline - Maven Plugin

<plugin>
    <groupId>com.github.rvesse</groupId>
    <artifactId>airline-maven-plugin</artifactId>
    <version>2.9.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.rvesse : airline-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.9.0

All Versions

Choose a version of com.github.rvesse : airline-maven-plugin to add to Maven - All 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

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>

Advertisement