Arquillian Extension JRebel

Arquillian Extension JRebel Extension

The JRebel Arquillian integration lets you run your tests instantly by taking advantage of the JRebel hotdeploy

Type

Extension

Source repository

VCS
git
Host
github.com
Organization
arquillian
Web URL
arquillian-extension-jrebel
Clone URL
arquillian-extension-jrebel.git

4 commits since the last release.

Last commit to the master branch:

Adds .editorconfig
Authored by Bartosz Majsak, committed on 2017-03-30

Build dependency artifacts

Add the appropriate stanza to the <dependencies> element in your pom.xml:

Arquillian Extension JRebel Implementation

<dependency>
  <groupId>org.jboss.arquillian.extension</groupId>
  <artifactId>arquillian-jrebel-impl</artifactId>
  <version>1.0.0.Alpha1</version>
  <scope>test</scope>
</dependency>
Warning: You'll also need to add the Arquillian core platform and possibly additional dependencies. Please refer to the guides for more details.

Latest published artifacts

  • org.jboss.arquillian.extension:arquillian-jrebel-impl:jar:1.0.0.Alpha1 jar javadoc pom
Note: Most released artifacts are published to the Maven Central repository. Those that cannot are published to the JBoss Community repository.
# Version Release date Released by Compiled against
1 1.0.0.Alpha1 view blog   view tag 2013-11-26 Aslak Knutsen
Aslak Knutsen Aslak Knutsen
Bernard Labno Bernard Labno
Bartosz Majsak Bartosz Majsak