* Create a subclass of CordaCaplet for the web server to put the cordapp JARs on its class path.
* Revert "[CORDA-2303]: Fix issue with corda-webserver not looking for plugins in cordapp jars (#4390)"
This reverts commit bad7b9b187.
* Revert "Create a subclass of CordaCaplet for the web server to put the cordapp JARs on its class path."
This reverts commit 12f14275c0.
* Create seperate webserver caplet
* POMs generated by publishing are now correct. The publish extension now requires an explicit call to configure the publishing instead of waiting until after evaluation. This prevents evaluation order issues with the artifact renaming code that causes the POM to have the original, incorrect, artifact names.
* Fixed new test compile issues caused by removal of some dependencies in test utils that caused webserver code to be automatically included in any project also compiling test utils.