Skip to content

Commit

Permalink
👷 : corrects integration test inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
juwit committed Aug 13, 2019
1 parent a7c5860 commit c49f0e5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Expand Up @@ -180,6 +180,16 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<includes>
<include>**/*Test.java</include>
<include>**/*IT.java</include>
</includes>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit c49f0e5

Please sign in to comment.