com.mkring.wildlydeplyplugin.deploy-wildfly-plugin
Owner: Marcel Kesselring
Deploys files to a Wildfly und reloads it afterwards
https://github.com/Ingwersaft/wildfly-deploy-gradle-plugin
Sources: https://github.com/Ingwersaft/wildfly-deploy-gradle-plugin
Version 0.1.6
0.1.6
Created 11 December 2017.
Deploys files to a Wildfly und reloads it afterwards
Add this plugin to your build using the plugins DSL:
plugins {
id("com.mkring.wildlydeplyplugin.deploy-wildfly-plugin") version "0.1.6"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.mkring.wildlydeplyplugin:wildfly-deploy-gradle-plugin:0.1.6") } } apply(plugin = "com.mkring.wildlydeplyplugin.deploy-wildfly-plugin")
- Applying plugins to all subprojects .