Skip to content

Commit a181e13

Browse files
committed
---
yaml --- r: 929 b: refs/heads/master c: 2aa9e32 h: refs/heads/master i: 927: a5f39c0 v: v3
1 parent 0402067 commit a181e13

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
refs/heads/master: d14c314893f1e4cfa65783b6631a0bbd37cea6e0
2+
refs/heads/master: 2aa9e32f0e99cd40259133bf1a6f3e67673f7df5
33
refs/heads/travis: 0fa997e2fc9c6b61b2d91e6d163655aae67d44b6
44
refs/heads/gh-pages: 5a10432ecc75f29812e33a8236c900379509fe99

trunk/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,17 @@
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>

0 commit comments

Comments
 (0)