bmuschko / gradle-cargo-plugin

Gradle plugin that provides deployment capabilities to local and remote containers via Cargo
Apache License 2.0
258 stars 61 forks source link

xmlReplacements for appserver configuration #76

Open voitau opened 10 years ago

voitau commented 10 years ago

Cargo maven2 plugin has this option:

xmlReplacements

"Values to use for various XML replacements."

Source: http://cargo.codehaus.org/Maven2+Plugin+Reference+Guide

Nice to have feature, e.g. for JBoss 7, which requires disabling deployment of JBoss welcome application into root context (if necessary for custom application being deployed).

bmuschko commented 10 years ago

I am happy about every contribution. Please submit a pull request if you need this feature soon.

bmuschko commented 10 years ago

This functionality is available for the Ant task. Documentation about its use can be found here.