ZeroTurnaround JRebel Maven plugin


License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.zeroturnaround
ArtifactId

ArtifactId

jrebel-maven-plugin
Last Version

Last Version

1.1.10
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

ZeroTurnaround JRebel Maven plugin
ZeroTurnaround JRebel Maven plugin
Project URL

Project URL

http://www.zeroturnaround.com/jrebel
Source Code Management

Source Code Management

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

Download jrebel-maven-plugin

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
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)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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.

Versions

Version
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