Maven is a powerful project management tool that is based on POM (project object model). It is used for projects build, dependency and documentation. It simplifies the build process like ANT. But it is too much advanced than ANT.
Tag: maven jenkins
Building a Spring Boot Application in Jenkins
In this post we will be seeing how we can build our first Spring Boot maven based Java Project in Jenkins. If you're not sure what Jenkins is I would strictly recommend to go through Introduction to Jenkins, Jenkins Architecture, Build first project in Jenkins.
You must be logged in to post a comment.