编译指向本地依赖库,支持打包成单一jar文件
This commit is contained in:
parent
9e012f6e50
commit
035691ed01
16
pom.xml
16
pom.xml
@ -122,9 +122,9 @@
|
||||
<dependency>
|
||||
<groupId>javax.sip</groupId>
|
||||
<artifactId>jain-sip-ri</artifactId>
|
||||
<version>1.3.0-91</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${basedir}/libs/jain-sip-ri-1.3.0-91.jar</systemPath>
|
||||
<version>1.3.0-92</version>
|
||||
<!-- <scope>system</scope>
|
||||
<systemPath>${project.basedir}/libs/jain-sip-ri-1.3.0-91.jar</systemPath> -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.dom4j</groupId>
|
||||
@ -174,6 +174,16 @@
|
||||
<configuration>
|
||||
<source>1.8</source>
|
||||
<target>1.8</target>
|
||||
<webResources>
|
||||
<resource>
|
||||
<directory>${project.basedir}/libs</directory>
|
||||
<targetPath>WEB-INF/lib</targetPath>
|
||||
<filtering>true</filtering>
|
||||
<includes>
|
||||
<include>**/*.jar</include>
|
||||
</includes>
|
||||
</resource>
|
||||
</webResources>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user