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

Needs an option to deploy JARs in DeployableTypeFactory #151

Open kgston opened 8 years ago

kgston commented 8 years ago

Certain web servers such as Wildfly and WebLogic allows for deployment of JARs as a shared library. The deployment pattern should be the same as a WAR file, so I suppose it should be trivial to add an option for .jar extension to map to DeployableType.WAR?

bmuschko commented 8 years ago

If the Cargo Ant task provides the functionality, then it should be easy to add it. Are you interested in putting together a pull request?

kgston commented 8 years ago

I can't guaranty that I can find the time to get around to this. But if I do, within the next month or so, I will send in a pull request.