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.3
0.1.3
Created 08 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.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.mkring.wildlydeplyplugin:wildfly-deploy-gradle-plugin:0.1.3") } } apply(plugin = "com.mkring.wildlydeplyplugin.deploy-wildfly-plugin")
- Applying plugins to all subprojects .