MVN

com.xenoamess.docker : dockerfile-maven-plugin

Maven & Gradle

Feb 28, 2023
1 stars

Dockerfile Maven Plugin · Adds support for building Dockerfiles in Maven

<plugin>
    <groupId>com.xenoamess.docker</groupId>
    <artifactId>dockerfile-maven-plugin</artifactId>
    <version>1.5.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.xenoamess.docker : dockerfile-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.5.0
  • Latest Release Candidate: 1.5.0-rc1
  • Latest Beta: 1.4.24-beta1

All Versions

Choose a version of com.xenoamess.docker : dockerfile-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5.x
dockerfile-maven-plugin-1.5.0
dockerfile-maven-plugin-1.5.0-rc1
1.4.x
dockerfile-maven-plugin-1.4.25
dockerfile-maven-plugin-1.4.24
dockerfile-maven-plugin-1.4.24-beta1
dockerfile-maven-plugin-1.4.23
dockerfile-maven-plugin-1.4.22
dockerfile-maven-plugin-1.4.21-fx1
dockerfile-maven-plugin-1.4.21
dockerfile-maven-plugin-1.4.20

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.xenoamess.docker</groupId>
    <artifactId>dockerfile-maven-plugin</artifactId>
    <version>1.5.0</version>
</plugin>