Skip to content

Commit

Permalink
Merge pull request #306 from adorsys/develop
Browse files Browse the repository at this point in the history
Merge pull request #298
  • Loading branch information
AssahBismarkabah committed Apr 12, 2024
2 parents f8acd52 + 25ae87d commit 7833e86
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,25 @@
</pluginManagement>
</build>
</profile>
<profile>
<id>IT</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire.version}</version>
<configuration>
<testFailureIgnore>false</testFailureIgnore>
<includes>
<include>**/*Test</include>
<include>**/*IT</include>
</includes>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>

<distributionManagement>
Expand Down

0 comments on commit 7833e86

Please sign in to comment.