We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d14c314 commit 2aa9e32Copy full SHA for 2aa9e32
1 file changed
pom.xml
@@ -99,6 +99,17 @@
99
</plugins>
100
</pluginManagement>
101
<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>
113
<plugin>
114
<groupId>org.apache.maven.plugins</groupId>
115
<artifactId>maven-enforcer-plugin</artifactId>
0 commit comments