Skip to content

Commit 2aa9e32

Browse files
committed
Add integration test config to pom.xml
1 parent d14c314 commit 2aa9e32

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

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)