i want to deploy the war files developed by different developers on module wise.All are using the NetBeans IDE for the development,this IDE itself will generate a jar file.But all the modules are inter related.Now i want to link all this war’s.How to integrate it in the deployment environment?Can i use ANT tool for this?Then how to use it?
i want to deploy the war files developed by different developers on module wise.All
Share
Ant won’t help you particularly, though you can probably do this in Ant. Your build file would need to
If the WAR files are built using Maven, you can use Maven WAR file overlays to either: