Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/adorsys/datasafe into 29…
Browse files Browse the repository at this point in the history
…3-rename-datasafe-business-integration-test-files-for-clear-separation
  • Loading branch information
Elwizzy12 committed Apr 11, 2024
2 parents c43c2e1 + 25ae87d commit c57872c
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 c57872c

Please sign in to comment.