Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeroturnaround/gradle-jrebel-plugin
The plugin generates rebel.xml configuration file for the Gradle-based project
https://github.com/zeroturnaround/gradle-jrebel-plugin
Last synced: 2 months ago
JSON representation
The plugin generates rebel.xml configuration file for the Gradle-based project
- Host: GitHub
- URL: https://github.com/zeroturnaround/gradle-jrebel-plugin
- Owner: zeroturnaround
- Created: 2011-12-09T13:34:35.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2023-11-08T11:44:04.000Z (about 1 year ago)
- Last Synced: 2024-08-03T03:02:38.874Z (5 months ago)
- Language: Java
- Homepage:
- Size: 457 KB
- Stars: 51
- Watchers: 12
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
Awesome Lists containing this project
- awesome-gradle - gradle-jrebel-plugin - Generate rebel.xml configuration file. (Plugins / Web application development)
README
# JRebel Gradle Plugin
[![Build Status](https://travis-ci.org/zeroturnaround/gradle-jrebel-plugin.svg?branch=master)](https://travis-ci.org/zeroturnaround/gradle-jrebel-plugin) [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) [![Maven metadata](https://img.shields.io/maven-metadata/v/http/central.maven.org/maven2/org/zeroturnaround/gradle-jrebel-plugin/maven-metadata.xml.svg)](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.zeroturnaround%22%20AND%20a%3A%22gradle-jrebel-plugin%22)
JRebel Gradle plugin generates the *rebel.xml* file for your project during the Gradle build (requires Gradle 2.0+ and Java 8+).
To enable JRebel for a project, you need to add the *rebel.xml* configuration file to it. The *rebel.xml* configuration file has to be added to the deployed .war or .jar archive. This will let the JRebel agent know which workspace paths to monitor for class and resource updates.
Refer to [JRebel Gradle plugin guide](https://manuals.jrebel.com/jrebel/standalone/gradle.html) for usage instructions.