gradle-glu-plugin

This is a gradle plugin for managing deployemnts through glu.

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.terrafolio
ArtifactId

ArtifactId

gradle-glu-plugin
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

gradle-glu-plugin
This is a gradle plugin for managing deployemnts through glu.
Project URL

Project URL

https://github.com/ghale/gradle-glu-plugin
Source Code Management

Source Code Management

https://github.com/ghale/gradle-glu-plugin.git

Download gradle-glu-plugin

How to add to project

<!-- https://jarcasting.com/artifacts/com.terrafolio/gradle-glu-plugin/ -->
<dependency>
    <groupId>com.terrafolio</groupId>
    <artifactId>gradle-glu-plugin</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.terrafolio/gradle-glu-plugin/
implementation 'com.terrafolio:gradle-glu-plugin:0.3.0'
// https://jarcasting.com/artifacts/com.terrafolio/gradle-glu-plugin/
implementation ("com.terrafolio:gradle-glu-plugin:0.3.0")
'com.terrafolio:gradle-glu-plugin:jar:0.3.0'
<dependency org="com.terrafolio" name="gradle-glu-plugin" rev="0.3.0">
  <artifact name="gradle-glu-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.terrafolio', module='gradle-glu-plugin', version='0.3.0')
)
libraryDependencies += "com.terrafolio" % "gradle-glu-plugin" % "0.3.0"
[com.terrafolio/gradle-glu-plugin "0.3.0"]

Dependencies

compile (2)

Group / Artifact Type Version
commons-chain : commons-chain jar 1.2
org.codehaus.groovy.modules.http-builder : http-builder jar 0.5.2

test (1)

Group / Artifact Type Version
xmlunit : xmlunit jar 1.3

Project Modules

There are no modules declared in this project.

gradle-glu-plugin

A gradle plugin for programmatically controlling glu deployment servers. This plugin allows you to store your glu json model in source control and apply it to the fabric via gradle. The model can be stored as a json file or generated using Maps or JsonBuilder closures. It also provides a simple templating function where an "application" is defined that can generate entries for multiple agents with agent-specific overrides.

See https://github.com/ghale/gradle-glu-plugin/wiki for details on usage.

Versions

Version
0.3.0
0.2.0
0.1.0