Usage
It is like executing a Packer command through command line, with machine readable output, using plug-in configuration to pass parameters.
It only works with a previously installed Packer program, that can be download here or both with the appropriated package manager.
Plug-in could be used as follows.
<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> </execution> </execution> </plugin>
The best way of knowing how to use it is viewing some example.