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