Hi Arshad, >From your screenshot, I think this is because you cd'ed into the core directory (and core depends on cli), but didn't build the cli locally and I don't think the 2.0-rc2-SNAPSHOT did ever get pushed somewhere.
You actually want to build the project from the root as a default. Read https://github.com/jenkinsci/jenkins/blob/master/BUILDING.TXT for guidance. Possibly, if you only want to build the core, you can adapt the command to something along: mvn clean install -pl core -am -DskipTests HTH 2016-04-12 20:07 GMT+02:00 Arshad Khan <[email protected]>: > Hello, > I am getting some errors in all pom files of my jenkins project. I am > using linux mint 17 mate and using eclipse with openjdk1.7. What should I > do to remove this error? > BR, > Arshad > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" 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-dev/CAHFUDPOr_t-MVH%2B_xNbL8dXMwVftjSFwqddbCoQS5uvfEdktkA%40mail.gmail.com > <https://groups.google.com/d/msgid/jenkinsci-dev/CAHFUDPOr_t-MVH%2B_xNbL8dXMwVftjSFwqddbCoQS5uvfEdktkA%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 Developers" 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-dev/CANWgJS6pUFnFdprUEULaAnRu8i53uiOdz5QEG9n87iA9ZP-ceQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
