Commit 366d57b2b39e894def409dd444fad265e39ff03b
1 parent
f875c1da
优化打包的参数
Showing
1 changed file
with
4 additions
and
4 deletions
pom.xml
| @@ -123,8 +123,8 @@ | @@ -123,8 +123,8 @@ | ||
| 123 | <groupId>javax.sip</groupId> | 123 | <groupId>javax.sip</groupId> |
| 124 | <artifactId>jain-sip-ri</artifactId> | 124 | <artifactId>jain-sip-ri</artifactId> |
| 125 | <version>1.3.0-92</version> | 125 | <version>1.3.0-92</version> |
| 126 | - <!-- <scope>system</scope> | ||
| 127 | - <systemPath>${project.basedir}/libs/jain-sip-ri-1.3.0-91.jar</systemPath> --> | 126 | + <scope>system</scope> |
| 127 | + <systemPath>${project.basedir}/libs/jain-sip-ri-1.3.0-92.jar</systemPath> | ||
| 128 | </dependency> | 128 | </dependency> |
| 129 | <dependency> | 129 | <dependency> |
| 130 | <groupId>org.dom4j</groupId> | 130 | <groupId>org.dom4j</groupId> |
| @@ -177,7 +177,7 @@ | @@ -177,7 +177,7 @@ | ||
| 177 | <configuration> | 177 | <configuration> |
| 178 | <source>1.8</source> | 178 | <source>1.8</source> |
| 179 | <target>1.8</target> | 179 | <target>1.8</target> |
| 180 | - <webResources> | 180 | + <!-- <webResources> |
| 181 | <resource> | 181 | <resource> |
| 182 | <directory>${project.basedir}/libs</directory> | 182 | <directory>${project.basedir}/libs</directory> |
| 183 | <targetPath>WEB-INF/lib</targetPath> | 183 | <targetPath>WEB-INF/lib</targetPath> |
| @@ -186,7 +186,7 @@ | @@ -186,7 +186,7 @@ | ||
| 186 | <include>**/*.jar</include> | 186 | <include>**/*.jar</include> |
| 187 | </includes> | 187 | </includes> |
| 188 | </resource> | 188 | </resource> |
| 189 | - </webResources> | 189 | + </webResources> --> |
| 190 | </configuration> | 190 | </configuration> |
| 191 | </plugin> | 191 | </plugin> |
| 192 | 192 |