Skip to content

Releases: zhurlik/gradle-jboss-modules-plugin

v0.11

13 Jun 20:27
Compare
Choose a tag to compare

The modules will be stored to the same folder that is using 'distribution' plugin.

v0.10

13 Jun 13:26
Compare
Choose a tag to compare

A new ability to use a regex in the resources.
The sample shows how to add a project in to dependencies to have a reference in the module.

v0.9

02 May 18:45
Compare
Choose a tag to compare

New additional task to extract JBoss Module from a pom file

v0.8

05 Apr 22:23
Compare
Choose a tag to compare

A few minor fixes

Small fix to support GString in the resources

05 Apr 12:19
Compare
Choose a tag to compare

v0.6

14 Jan 20:28
Compare
Choose a tag to compare

The plugin 'distribution' has been added to allow making archives for servers with its modules.

v0.5

12 Dec 13:16
Compare
Choose a tag to compare

Refactored to be under com.github.zhurlik package

v0.4

05 Dec 21:12
Compare
Choose a tag to compare

JBoss 7.x/8.x
xsd-1.x

v0.3

24 Nov 10:26
Compare
Choose a tag to compare

There is a new task to be able to deploy a module to JBoss Server

v0.2

07 Nov 19:35
Compare
Choose a tag to compare

Added JBossServer class to have an access to modules under JBoss instance.

jbossrepos {
  serverA {
    home = '/home/zhurlik/programs/jboss-as-7.1.1.Final'
    version = V_1_1
  }
}