Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit b914ede

Browse files
Updated pom to exclude ui tests
1 parent 5765ec5 commit b914ede

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,15 @@
235235
</execution>
236236
</executions>
237237
</plugin>
238+
<plugin>
239+
<groupId>org.apache.maven.plugins</groupId>
240+
<artifactId>maven-surefire-plugin</artifactId>
241+
<configuration>
242+
<excludedGroups>
243+
${tests.excludedGroups}
244+
</excludedGroups>
245+
</configuration>
246+
</plugin>
238247
</plugins>
239248
</build>
240249
<profiles>

0 commit comments

Comments
 (0)