Maven加载本地Jar

<dependency>
			<groupId>bitwalker</groupId>
			<artifactId>UserAgentUtils</artifactId>
			<version>1.13</version>
			<scope>system</scope>
			<systemPath>${project.basedir}/lib/UserAgentUtils1.13.jar</systemPath>
</dependency>

猜你喜欢

转载自ruoli.iteye.com/blog/2288830