Needs an option to deploy JARs in DeployableTypeFactory
kgston opened this issue · 2 comments
kgston commented
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
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
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.