ZeroTurnaround JRebel Maven plugin


Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

1.1.10
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

ZeroTurnaround JRebel Maven plugin
ZeroTurnaround JRebel Maven plugin
Ссылка на сайт

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

http://www.zeroturnaround.com/jrebel
Система контроля версий

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

https://github.com/zeroturnaround/maven-jrebel-plugin

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

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

<plugin>
    <groupId>org.zeroturnaround</groupId>
    <artifactId>jrebel-maven-plugin</artifactId>
    <version>1.1.10</version>
</plugin>

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
org.sonatype.plexus : plexus-build-api jar 0.0.7
org.apache.maven : maven-plugin-api jar 3.0
org.apache.maven : maven-core jar 3.0
org.apache.maven : maven-project jar 2.0.6
commons-io : commons-io jar 1.4
commons-lang : commons-lang jar 2.4

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

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

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

JRebel Maven plugin

Build Status Quality Gate License Maven metadata

This plugin is used to generate the rebel.xml configuration file for JRebel. Requires Maven 3.0 or newer (use JRebel Maven plugin version 1.1.5 for Maven 2.x projects).

For more information, please refer to JRebel documentation at: https://manuals.zeroturnaround.com/jrebel/standalone/maven.html

Usage

Add the following snippet to the pom.xml of your Maven project to generate the rebel.xml configuration:

<plugin>
  <groupId>org.zeroturnaround</groupId>
  <artifactId>jrebel-maven-plugin</artifactId>
  <version>1.1.10</version>
  <executions>
    <execution>
      <id>generate-rebel-xml</id>
      <phase>process-resources</phase>
      <goals>
        <goal>generate</goal>
      </goals>
    </execution>
  </executions>
</plugin>

To manually execute the goal, run 'mvn jrebel:generate' and rebel.xml will be generated in the target directory.

org.zeroturnaround

ZeroTurnaround

Our products help Java teams improve productivity & efficiency – resulting in better code, happy devs, and more reliable releases.

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

Версия
1.1.10
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.3
1.1.2
1.1.1
1.1.0
1.0.8
1.0.7