Ingwersaft / wildfly-deploy-gradle-plugin

Gradle Plugin for deploying Files to Wildfly
https://plugins.gradle.org/plugin/com.mkring.wildlydeplyplugin.deploy-wildfly-plugin
GNU General Public License v3.0
10 stars 11 forks source link

Disable other deployments with same context root #15

Open schoeppi5 opened 5 years ago

schoeppi5 commented 5 years ago

If there is a war with a diffrent name but the same context root enabled on the wildfly than the one you want to enable, wildfly will fail repeateadly and this will cause the plugin to wait a very long time since it is able to reconnect every time it tries,

Suggestion

Add a flag to disable any deployments with the same context-root and if this flag is false do not try to enable the deployment and just deploy it