MVN

com.github.akvone : update-image-maven-plugin

Maven & Gradle

Apr 27, 2020
3 stars

Maven plugin to automate "package-build-update docker images" iteration

<plugin>
    <groupId>com.github.akvone</groupId>
    <artifactId>update-image-maven-plugin</artifactId>
    <version>0.6.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.akvone : update-image-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.6.0

All Versions

Choose a version of com.github.akvone : update-image-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.6.x
update-image-maven-plugin-0.6.0
0.5.x
update-image-maven-plugin-0.5.3
update-image-maven-plugin-0.5.2

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.akvone</groupId>
    <artifactId>update-image-maven-plugin</artifactId>
    <version>0.6.0</version>
</plugin>