Simplified Reactor Plugin

Makes dealing with the reactor system easier. Simply declare a "reactor.children" property, with the path to the children, and this plugin will take care of the rest.

Лицензия

Лицензия

Категории

Категории

React Взаимодействие с пользователем Веб-фреймворки Reactor Контейнер Микросервисы Reactive libraries
Группа

Группа

com.github.jezza
Идентификатор

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

simplified-reactor-plugin
Последняя версия

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

0.6
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

Simplified Reactor Plugin
Makes dealing with the reactor system easier. Simply declare a "reactor.children" property, with the path to the children, and this plugin will take care of the rest.
Ссылка на сайт

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

https://github.com/Jezza/simplified-reactor
Система контроля версий

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

https://github.com/Jezza/simplified-reactor

Скачать simplified-reactor-plugin

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

<plugin>
    <groupId>com.github.jezza</groupId>
    <artifactId>simplified-reactor-plugin</artifactId>
    <version>0.6</version>
</plugin>

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
org.apache.maven : maven-plugin-api jar 3.6.2
org.apache.maven : maven-artifact jar 3.6.2
org.apache.maven.shared : maven-artifact-transfer jar 0.11.0
org.apache.maven : maven-core jar 3.6.2
org.codehaus.plexus : plexus-component-annotations jar 1.7.1

provided (1)

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

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

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

Simplified Maven Reactor

For some reason, parent projects in maven aren't allowed to produce artefacts.

I didn't need a complex parent/child construct.
I just needed to install some sub-projects if they were found.

This extension does exactly that.

Simply add the necessary junk, and it'll all "just work":

<build>
    <plugins>
        <plugin>
            <groupId>com.github.jezza</groupId>
            <artifactId>simplified-reactor-plugin</artifactId>
            <version>0.2</version>
            <extension>true</extension>
            <configuration>
                <!--
                    The plugin will attempt to locate the project
                    relative to the current folder.
                    You can also use absolute paths.
                -->
                <child>../my-internal-project</child>
                <child>../my-other-project</child>
            </configuration>
        </plugin>
    </plugins>
</build>

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

Версия
0.6
0.5
0.4
0.3
0.2
0.1