An example of how the maven_pom file introduces the project lib jar

An example of how the maven_pom file introduces the project lib jar:

<dependency>
	<groupId>cn.edu.hfut.dmic.webcollector</groupId>
	<artifactId>WebCollector</artifactId>
	<version>2.09</version>
	<scope>system</scope>
	<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/WebCollector-2.09.jar</systemPath>
</dependency>

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326969531&siteId=291194637
Recommended