Commit dae2b579022660b0de03ad77d9ac8cb2a213412e
Merge branch '2.0.0-SNAPSHOT' of git.vipzhuang.cn:common/ylp-common-parent into 2.0.0-SNAPSHOT
Showing
1 changed file
with
5 additions
and
0 deletions
pom.xml
| ... | ... | @@ -195,6 +195,11 @@ |
| 195 | 195 | <plugin> |
| 196 | 196 | <groupId>org.apache.maven.plugins</groupId> |
| 197 | 197 | <artifactId>maven-surefire-plugin</artifactId> |
| 198 | + <!-- 等效mvn test -Dmaven.surefire.debug | |
| 199 | + <configuration> | |
| 200 | + <debugForkedProcess>true</debugForkedProcess> | |
| 201 | + </configuration> | |
| 202 | + --> | |
| 198 | 203 | </plugin> |
| 199 | 204 | <!-- 集成测试插件 --> |
| 200 | 205 | <plugin> | ... | ... |