Scoozie Maven Plugin

Maven plugin for Scoozie

Лицензия

Лицензия

Категории

Категории

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

Группа

org.antipathy
Идентификатор

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

mvn-scoozie
Последняя версия

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

0.4.5
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

Scoozie Maven Plugin
Maven plugin for Scoozie
Ссылка на сайт

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

https://github.com/SimonJPegg/mvn_scoozie
Система контроля версий

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

https://github.com/SimonJPegg/mvn_scoozie

Скачать mvn-scoozie

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

<plugin>
    <groupId>org.antipathy</groupId>
    <artifactId>mvn-scoozie</artifactId>
    <version>0.4.5</version>
</plugin>

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.apache.maven : maven-plugin-api jar 3.6.0
org.antipathy : scoozie_2.12 jar 0.4.5
com.typesafe : config jar 1.3.3
org.codehaus.plexus : plexus-utils jar 3.1.0

provided (1)

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

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

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

licenseimg Build Status

releasebadge Maven

Synopsis

A wrapper that allows the use of the Scoozie generation tool in Maven.

Versioning

The version of this plugin should track the latest version of Scoozie

Usage

Add the following snippet to your pom.

<build>
    ...
    <plugins>
        <plugin>
            <groupId>org.antipathy</groupId>
            <artifactId>mvn-scoozie</artifactId>
            <version>${scoozie.version}</version>
            <executions>
                <execution>
                    <id>scoozie-generate</id>
                    <phase>prepare-package</phase>
                    <goals>
                        <goal>scoozie</goal>
                    </goals>
                </execution>
            </executions>
            <configuration>
                <artefacts>
                    <artefact>
                        <configFile>/path/to/some.conf</configFile>
                        <saveAsZip>true</saveAsZip>
                    </artefact>
                    <artefact>
                        <configFile>/path/to/someOther.conf</configFile>
                        <saveAsZip>false</saveAsZip>
                    </artefact>
                </artefacts>
            </configuration>
        </plugin>
    </plugins>
</build>

See the Scoozie Hocon documentation for more information on configuring conf files/

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

Версия
0.4.5