DevOps / Maven Interview questions II
Difference between Maven and Jenkins/Teamcity/Hudson.
Maven is a build tool and also provides dependency management, standard project layout and project management.
Jenkins/Teamcity/Hudson is a continuous integration tool which is much more than build tool. You can setup your CI environment using CI tools and automatically build, test and deploy your Java project.
More Related questions...