Skip to content
Snippets Groups Projects
Commit 7c25c76a authored by Jan Zickermann's avatar Jan Zickermann
Browse files

OZG-6239 Configure maven to run ITCase

parent e1c588a0
No related branches found
No related tags found
No related merge requests found
...@@ -142,6 +142,12 @@ ...@@ -142,6 +142,12 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<configuration>
<includes>
<include>**/*Test.java</include>
<include>**/*ITCase.java</include>
</includes>
</configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.jacoco</groupId> <groupId>org.jacoco</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment