Maven is a build automation tool. The pom.xml describes the build and how to perform it. It’s mostly used for java projects.
Jenkins simply invokes the maven process and adds other nice features on top. Jenkins doesn’t decide dependencies, those are all configured by the pom. So think of Jenkins as a machine that runs builds and describes how to run a build, as opposed to maven which describes how to build a project. On Fri, Oct 12, 2018 at 07:57 Rehan Baig <[email protected]> wrote: > Guys I am newbie here trying to learn CICD using jenkins > > I went through pom.xml where we control the build order and provide > dependencies , the training I saw is an old video, I am curious to know do > we still use pom.xml to structure our CI and integerate it with jenkisn ? > Or jenkisn do all the dependencies and build order (down stream or up > stream) > Any guidence will be highly appreciated > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/CAC5m0rM8iMRCeaTW8yECKhG%3DFuc%2BhvK82-6zM5UfXs855tGK2Q%40mail.gmail.com > <https://groups.google.com/d/msgid/jenkinsci-users/CAC5m0rM8iMRCeaTW8yECKhG%3DFuc%2BhvK82-6zM5UfXs855tGK2Q%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CADgiF9J1MgjX%3DPoRBp9BAdZfLoG0JCxtUKXvebSB%3Dbph50Conw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
