Packer Maven Plugin

Maven plug-in to run Packer commands

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

com.github.codeteapot.maven.plugins
Идентификатор

Идентификатор

packer-maven-plugin
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

Packer Maven Plugin
Maven plug-in to run Packer commands
Ссылка на сайт

Ссылка на сайт

https://github.com/codeteapot/packer-maven-plugin
Организация-разработчик

Организация-разработчик

CodeTeapot
Система контроля версий

Система контроля версий

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

Скачать packer-maven-plugin

Как подключить последнюю версию

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

Зависимости

provided (2)

Идентификатор библиотеки Тип Версия
org.apache.maven : maven-core jar 3.6.3
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.6.0

test (6)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
1.0.0
0.6.10
0.6.9
0.6.5
0.6.3
0.6.2
0.6.1
0.6.0