Jenkins Basics

Jenkins is widely used tool in the software development companies. Today I am going to explain basics of Jenkins. Also the sample setup with maven project and svn. What is Jenkins? As quoted from the Jenkin’s official website, “Jenkins is a self-contained, open source automation server which can be used to automate all sorts of…

Maven Basics

What is maven? Maven is basically a dependency management tool for java projects. It also offers other important features like distribution management, building project locally or at remote server, packaging of project etc. Why maven? Following processes become easy when we use maven for java project: 1) Building projects locally or at remote server with…