MVN

com.github.wajda : docker-maven-plugin

Maven & Gradle

Jul 17, 2023
0 stars

docker-maven-plugin · Docker Maven Plugin

<plugin>
    <groupId>com.github.wajda</groupId>
    <artifactId>docker-maven-plugin</artifactId>
    <version>0.44.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.44.0.0

All Versions

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

Version Vulnerabilities Updated
0.44.x
docker-maven-plugin-0.44.0.0
0.40.x
docker-maven-plugin-0.40.0.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.wajda</groupId>
    <artifactId>docker-maven-plugin</artifactId>
    <version>0.44.0.0</version>
</plugin>

Advertisement