Hi. maven devs. According to http://maven.apache.org/surefire/maven-failsafe-plugin/examples/inclusion-exclusion.html , the Failsafe Plugin will automatically identify the wildcard patterns : "**/IT*.java" .. "**/*IT.java"
But how do I separate UTs and ITs directory with https://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html ? +Project +src/it/java ITEcho.java +src/test/java EchoTest.java +src/test/resources +src/it/resources -- 林足雄 有赞--技术架构师 www.youzan.com QQ: *534439207 */ fjjiaboming Mobile: *18688162114* Weibo: fjjiaboming
