When DevOps evangelists talk about the final product of a continuous delivery pipeline, they usually describe some process in which an enterprise application is deployed to an embedded server, ...
Automated deployment of WAR files to Tomcat with Maven is a surprisingly straightforward task. If you have Maven and Tomcat installed, use a Maven project object model (POM) to describe the structure ...
I have a need to use the SCM api to manipulate a local svn copy, but the svn provider can only work with remote copies. e.g. "svn info ." to get the reposirory URL etc from what Subversion has and not ...