|
11 | 11 |
|
12 | 12 | <groupId>im.zhaojun</groupId> |
13 | 13 | <artifactId>zfile</artifactId> |
14 | | - <version>4.0.4</version> |
| 14 | + <version>4.0.5</version> |
15 | 15 | <name>zfile</name> |
16 | | - <packaging>war</packaging> |
| 16 | + <packaging>jar</packaging> |
17 | 17 | <description>一个在线的文件浏览系统</description> |
18 | 18 |
|
19 | 19 | <properties> |
|
252 | 252 | <groupId>org.flywaydb</groupId> |
253 | 253 | <artifactId>flyway-maven-plugin</artifactId> |
254 | 254 | </plugin> |
255 | | - <plugin> |
256 | | - <groupId>com.uyoqu.framework</groupId> |
257 | | - <artifactId>maven-plugin-starter</artifactId> |
258 | | - <version>1.0.0</version> |
259 | | - <executions> |
260 | | - <execution> |
261 | | - <phase>package</phase> |
262 | | - <goals> |
263 | | - <goal>bin</goal> |
264 | | - </goals> |
265 | | - </execution> |
266 | | - </executions> |
267 | | - <configuration> |
268 | | - <jvms> |
269 | | - <jvm>-Djava.security.egd=file:/dev/./urandom</jvm> |
270 | | - <jvm>-Dfile.encoding=utf-8</jvm> |
271 | | - <jvm>-Djava.net.preferIPv4Stack=false</jvm> |
272 | | - <jvm>-Djava.net.preferIPv4Addresses=true</jvm> |
273 | | - </jvms> |
274 | | - </configuration> |
275 | | - </plugin> |
| 255 | + <!--<plugin>--> |
| 256 | + <!-- <groupId>com.uyoqu.framework</groupId>--> |
| 257 | + <!-- <artifactId>maven-plugin-starter</artifactId>--> |
| 258 | + <!-- <version>1.0.0</version>--> |
| 259 | + <!-- <executions>--> |
| 260 | + <!-- <execution>--> |
| 261 | + <!-- <phase>package</phase>--> |
| 262 | + <!-- <goals>--> |
| 263 | + <!-- <goal>bin</goal>--> |
| 264 | + <!-- </goals>--> |
| 265 | + <!-- </execution>--> |
| 266 | + <!-- </executions>--> |
| 267 | + <!-- <configuration>--> |
| 268 | + <!-- <jvms>--> |
| 269 | + <!-- <jvm>-Djava.security.egd=file:/dev/./urandom</jvm>--> |
| 270 | + <!-- <jvm>-Dfile.encoding=utf-8</jvm>--> |
| 271 | + <!-- <jvm>-Djava.net.preferIPv4Stack=false</jvm>--> |
| 272 | + <!-- <jvm>-Djava.net.preferIPv4Addresses=true</jvm>--> |
| 273 | + <!-- </jvms>--> |
| 274 | + <!-- </configuration>--> |
| 275 | + <!--</plugin>--> |
276 | 276 | </plugins> |
277 | 277 |
|
278 | 278 |
|
|
0 commit comments