MVN

com.dimajix.flowman.maven : flowman-maven-plugin

Maven & Gradle

Aug 14, 2023
0 stars

Flowman Maven Plugin · The Flowman Maven plugin will help you to streamline the development workflow with Flowman. It will take care of building appropriate variants for different Hadoop/Spark distributions and automate the descriptor of the final artifact to some environments (EMR, DataBricks, etc).

<plugin>
    <groupId>com.dimajix.flowman.maven</groupId>
    <artifactId>flowman-maven-plugin</artifactId>
    <version>0.4.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.dimajix.flowman.maven : flowman-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.4.0

All Versions

Choose a version of com.dimajix.flowman.maven : flowman-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.4.x
flowman-maven-plugin-0.4.0
0.3.x
flowman-maven-plugin-0.3.0
0.2.x
flowman-maven-plugin-0.2.1
flowman-maven-plugin-0.2.0
0.1.x
flowman-maven-plugin-0.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.dimajix.flowman.maven</groupId>
    <artifactId>flowman-maven-plugin</artifactId>
    <version>0.4.0</version>
</plugin>