MVN

io.github.chinajeckxu : dockerfile-maven-plugin

Maven & Gradle

Jun 19, 2024

Dockerfile Maven Plugin · Adds support for building Dockerfiles in Maven

<plugin>
    <groupId>io.github.chinajeckxu</groupId>
    <artifactId>dockerfile-maven-plugin</artifactId>
    <version>1.4.14</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.chinajeckxu : dockerfile-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.4.14

All Versions

Choose a version of io.github.chinajeckxu : dockerfile-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4.x
dockerfile-maven-plugin-1.4.14

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>io.github.chinajeckxu</groupId>
    <artifactId>dockerfile-maven-plugin</artifactId>
    <version>1.4.14</version>
</plugin>