|
@@ -13,7 +13,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
<properties>
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
|
|
|
|
|
@@ -61,7 +61,7 @@
|
|
|
<version>4.8.2</version>
|
|
<version>4.8.2</version>
|
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
- </dependencies>
|
|
|
|
|
|
|
+ </dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
|
<build>
|
|
<build>
|
|
@@ -136,25 +136,6 @@
|
|
|
</webApp>
|
|
</webApp>
|
|
|
</configuration>
|
|
</configuration>
|
|
|
</plugin>
|
|
</plugin>
|
|
|
-
|
|
|
|
|
- <plugin>
|
|
|
|
|
- <groupId>org.eclipse.jetty</groupId>
|
|
|
|
|
- <artifactId>jetty-maven-plugin</artifactId>
|
|
|
|
|
- <version>9.0.6.v20130930</version>
|
|
|
|
|
- <configuration>
|
|
|
|
|
- <connectors>
|
|
|
|
|
- <connector implementation="org.eclipse.jetty.server.nio.SelectChannelConnector">
|
|
|
|
|
- <port>9090</port>
|
|
|
|
|
- </connector>
|
|
|
|
|
- </connectors>
|
|
|
|
|
- <webAppConfig>
|
|
|
|
|
- <contextPath> /${project.artifactId}</contextPath>
|
|
|
|
|
- </webAppConfig>
|
|
|
|
|
-
|
|
|
|
|
- <scanIntervalSeconds>0</scanIntervalSeconds>
|
|
|
|
|
- <!-- 指定监控的扫描时间间隔,0为关闭jetty自身的热部署,主要是为了使用jrebel -->
|
|
|
|
|
- </configuration>
|
|
|
|
|
- </plugin>
|
|
|
|
|
|
|
|
|
|
<plugin>
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
@@ -179,7 +160,7 @@
|
|
|
</archive>
|
|
</archive>
|
|
|
</configuration>
|
|
</configuration>
|
|
|
</plugin>
|
|
</plugin>
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
<plugin>
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
<artifactId>maven-surefire-plugin</artifactId>
|