File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- refs/heads/master: d14c314893f1e4cfa65783b6631a0bbd37cea6e0
2+ refs/heads/master: 2aa9e32f0e99cd40259133bf1a6f3e67673f7df5
33refs/heads/travis: 0fa997e2fc9c6b61b2d91e6d163655aae67d44b6
44refs/heads/gh-pages: 5a10432ecc75f29812e33a8236c900379509fe99
Original file line number Diff line number Diff line change 9999 </plugins >
100100 </pluginManagement >
101101 <plugins >
102+ <plugin >
103+ <groupId >org.apache.maven.plugins</groupId >
104+ <artifactId >maven-surefire-plugin</artifactId >
105+ <version >2.18</version >
106+ <configuration >
107+ <!-- Excludes integration tests when unit tests are run -->
108+ <excludes >
109+ <exclude >**/IT*.java</exclude >
110+ </excludes >
111+ </configuration >
112+ </plugin >
102113 <plugin >
103114 <groupId >org.apache.maven.plugins</groupId >
104115 <artifactId >maven-enforcer-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments