We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62a914 commit 0059029Copy full SHA for 0059029
pom.xml
@@ -95,6 +95,21 @@
95
</snapshotRepository>
96
</distributionManagement>
97
98
+ <build>
99
+ <plugins>
100
+ <plugin>
101
+ <groupId>org.apache.maven.plugins</groupId>
102
+ <artifactId>maven-surefire-plugin</artifactId>
103
+ <!--<version>2.19.1</version> -->
104
+ <configuration>
105
+ <includes>
106
+ <include>**/*IT.java</include>
107
+ </includes>
108
+ </configuration>
109
+ </plugin>
110
+ </plugins>
111
+ </build>
112
+
113
<profiles>
114
<profile>
115
<id>release</id>
0 commit comments