MVN

com.github.jrh3k5 : flume-agent-maven-plugin

Maven & Gradle

Sep 22, 2017
0 stars

Flume Agent Maven Plugin · A Maven plugin to manage the lifecycle of a Flume agent

<plugin>
    <groupId>com.github.jrh3k5</groupId>
    <artifactId>flume-agent-maven-plugin</artifactId>
    <version>3.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jrh3k5 : flume-agent-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.0.1

All Versions

Choose a version of com.github.jrh3k5 : flume-agent-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
flume-agent-maven-plugin-3.0.1
2.1.x
flume-agent-maven-plugin-2.1.1
2.1
flume-agent-maven-plugin-2.1
2.0.x
flume-agent-maven-plugin-2.0.1
2.0
flume-agent-maven-plugin-2.0
1.2
flume-agent-maven-plugin-1.2
1.1
flume-agent-maven-plugin-1.1
1.0
flume-agent-maven-plugin-1.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.jrh3k5</groupId>
    <artifactId>flume-agent-maven-plugin</artifactId>
    <version>3.0.1</version>
</plugin>

Advertisement