Skip to content

Commit

Permalink
Add specific-test profile (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Jul 6, 2022
1 parent 7ff3510 commit cada999
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1168,6 +1168,17 @@
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
</properties>
</profile>
<profile>
<id>specific-test</id>
<activation>
<property>
<name>test</name>
</property>
</activation>
<properties>
<surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>
</properties>
</profile>
<profile>
<id>enable-jacoco</id>
<build>
Expand Down

0 comments on commit cada999

Please sign in to comment.