Skip to content

Commit

Permalink
#531 no failure if no tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 5, 2022
1 parent 61dad89 commit aa44daf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/it/full-analysis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,12 @@ SOFTWARE.
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<failIfNoTests>false</failIfNoTests>
</configuration>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
Expand Down

0 comments on commit aa44daf

Please sign in to comment.