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>
<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:
Post a Comment