All Projects → zeroturnaround → maven-jrebel-plugin

zeroturnaround / maven-jrebel-plugin

Licence: Apache-2.0 license
Generates rebel.xml configuration file for the maven project

Programming Languages

java
68154 projects - #9 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].