MVN

org.infrastructurebuilder.automation : imaging-maven-plugin

Maven & Gradle

May 21, 2021

Maven Plugin to perform Hashicorp packer actions as part of a build

<plugin>
    <groupId>org.infrastructurebuilder.automation</groupId>
    <artifactId>imaging-maven-plugin</artifactId>
    <version>0.9.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.infrastructurebuilder.automation : imaging-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.9.0

All Versions

Choose a version of org.infrastructurebuilder.automation : imaging-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.9.x
imaging-maven-plugin-0.9.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>org.infrastructurebuilder.automation</groupId>
    <artifactId>imaging-maven-plugin</artifactId>
    <version>0.9.0</version>
</plugin>