1屯吊、添加本地依賴
在pom.xml中本地依賴吟榴,本地依賴的路徑是在resources/lib下的jar包(it-sauronsoftware-jave-1.0.2.jar)塘幅。
<dependency>
<groupId>it.sauronsoftware</groupId>
<artifactId>jave</artifactId>
<version>1.0.2</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/lib/it-sauronsoftware-jave-1.0.2.jar</systemPath>
</dependency>
2骤竹、插件化打包配置
主要是在Class-Path下添加配置文件的路徑蛾派。
<manifestEntries>
<Class-Path>config/ it-sauronsoftware-jave-1.0.2.jar</Class-Path>
</manifestEntries>
這個(gè)步驟主要是在打包出來的jar文件中的MANIFEST.MF文件中俄认,添加這個(gè)包的Class-Path个少。不然打包之后會(huì)提示找不到這個(gè)包。