Hi rohit if you have any maven repo .deploy that jar to there, or you have to install this jar to .m2 folder where you are making build of your project using jenkins.
Thanks, Radha Mohan On Tue, Jul 24, 2012 at 9:18 PM, rohit sharma <mailrohi...@gmail.com> wrote: > I have created a user define jar file, i have installed it using maven on > my local. And am able to deploy and run the code on my local machine. > But when i checkin the code in Jenkin, Jenkin is not able to find my user > define jar file. > > Please suggest what needs to be done. > > that is how i am including it in my pom.xml > > <dependency> > > <groupId>com.search.coordinator</groupId> > > <artifactId>coordinator</artifactId> > > <version>0.0.1</version> > > <scope>compile</scope> > > </dependency> > -- Radha Mohan Maheshwari