ch.mollusca.glassfish.http.deployer
Owner: Silvio Heuberger
Deploy to glassfish using http and https admin console.
https://github.com/kungfoo/http-glassfish-deployer
Sources: https://github.com/kungfoo/http-glassfish-deployer
Version 0.3.0 (latest)
0.3.0
Created 11 November 2017.
Deploy to glassfish using http and https admin console.
Using the plugins DSL:
plugins {
id("ch.mollusca.glassfish.http.deployer") version "0.3.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("gradle.plugin.ch.mollusca:plugin:0.3.0")
}
}
apply(plugin = "ch.mollusca.glassfish.http.deployer")
Using the plugins DSL:
plugins {
id "ch.mollusca.glassfish.http.deployer" version "0.3.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "gradle.plugin.ch.mollusca:plugin:0.3.0"
}
}
apply plugin: "ch.mollusca.glassfish.http.deployer"