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> 

Reply via email to