Thursday, October 2, 2014

Set external jar in class path when using the POM file.

This is how you can add the system path jar file in pom.xml here scope must be system level

<dependency>
<groupId>com.nameprotect.tm.pronto.webservice</groupId>
<artifactId>TmProntoWebService</artifactId>
<scope>system</scope>
<systemPath>C:/work/Projects/old-np-trunk/TmProntoWebService/dist/TmProntoWebService.jar</systemPath>
<version>1.2</version>

</dependency>

No comments: