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 702638d commit 64cee41Copy full SHA for 64cee41
pom.xml
@@ -157,6 +157,19 @@
157
</configuration>
158
</plugin>
159
160
+ <!-- Only run the parent TestSuite -->
161
+ <plugin>
162
+ <groupId>org.apache.maven.plugins</groupId>
163
+ <artifactId>maven-surefire-plugin</artifactId>
164
+ <version>2.16</version>
165
+ <configuration>
166
+ <skipTests>${skipTests}</skipTests>
167
+ <includes>
168
+ <include>TestSuite.java</include>
169
+ </includes>
170
+ </configuration>
171
+ </plugin>
172
+
173
</plugins>
174
</build>
175
0 commit comments