Packer Maven Plugin

Maven plug-in to run Packer commands

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.codeteapot.maven.plugins
ArtifactId

ArtifactId

packer-maven-plugin
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Packer Maven Plugin
Maven plug-in to run Packer commands
Project URL

Project URL

https://github.com/codeteapot/packer-maven-plugin
Project Organization

Project Organization

CodeTeapot
Source Code Management

Source Code Management

https://github.com/codeteapot/packer-maven-plugin/tree/main

Download packer-maven-plugin

How to add to project

<plugin>
    <groupId>com.github.codeteapot.maven.plugins</groupId>
    <artifactId>packer-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>

Dependencies

provided (2)

Group / Artifact Type Version
org.apache.maven : maven-core jar 3.6.3
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.6.0

test (6)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.7.0
org.junit.jupiter : junit-jupiter-engine jar 5.7.0
org.mockito : mockito-junit-jupiter jar 3.5.13
com.github.codeteapot.maven.plugin-testing : maven-plugin-testing-harness-junit-jupiter jar 1.0.0
com.github.codeteapot.maven.plugin-testing : maven-plugin-testing-harness-plexus jar 1.0.0
org.assertj : assertj-core jar 3.17.2

Project Modules

There are no modules declared in this project.

Update Maven Central

Packer Maven Plugin

Maven plug-in to run Packer commands.

<plugin>
    <groupId>com.github.codeteapot.maven.plugins</groupId>
    <artifactId>packer-maven-plugin</artifactId>
    <version>1.0.0</version>
    <executions>
        <execution>
            <id>packer-build</id>
            <goals>
                <goal>build</goal>
            </goals>
            <phase>package</phase>
            <configuration>
                <inputDirectory>${project.build.directory}/packer/input</inputDirectory>
                <template>template.json</template>
            </configuration>
        </execution>
    </executions>
</plugin>

Visit project site to see full documentation.

Versions

Version
1.0.0
0.6.10
0.6.9
0.6.5
0.6.3
0.6.2
0.6.1
0.6.0