MVN

com.github.lazyBoyl : docker-maven-plugin

Maven & Gradle

Jul 16, 2019
2 stars

docker-maven-plugin

<plugin>
    <groupId>com.github.lazyBoyl</groupId>
    <artifactId>docker-maven-plugin</artifactId>
    <version>1.1-release</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1-release

All Versions

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

Version Vulnerabilities Updated
1.1
docker-maven-plugin-1.1-release
1.0
docker-maven-plugin-1.0-release

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.lazyBoyl</groupId>
    <artifactId>docker-maven-plugin</artifactId>
    <version>1.1-release</version>
</plugin>

Advertisement