Re: How to include external/user defined jar in pom.xml

2012-07-24 Thread Radha Mohan Maheshwari
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 wrote: > I have created a user define jar file, i have insta

How to include external/user defined jar in pom.xml

2012-07-24 Thread rohit sharma
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 inclu