Commit b2d8d0603c6692755cf5532b4a7ec5cb2f742241
1 parent
1635d6d5
提交单元测试说明
Showing
1 changed file
with
5 additions
and
0 deletions
pom.xml
@@ -195,6 +195,11 @@ | @@ -195,6 +195,11 @@ | ||
195 | <plugin> | 195 | <plugin> |
196 | <groupId>org.apache.maven.plugins</groupId> | 196 | <groupId>org.apache.maven.plugins</groupId> |
197 | <artifactId>maven-surefire-plugin</artifactId> | 197 | <artifactId>maven-surefire-plugin</artifactId> |
198 | + <!-- 等效mvn test -Dmaven.surefire.debug | ||
199 | + <configuration> | ||
200 | + <debugForkedProcess>true</debugForkedProcess> | ||
201 | + </configuration> | ||
202 | + --> | ||
198 | </plugin> | 203 | </plugin> |
199 | <!-- 集成测试插件 --> | 204 | <!-- 集成测试插件 --> |
200 | <plugin> | 205 | <plugin> |