Skip to content

Commit

Permalink
Add specific-test profile (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Jul 6, 2022
1 parent e29859a commit 1c5b1b1
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 @@ -803,6 +803,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>always-check-remote-repositories</id>
<properties>
Expand Down

0 comments on commit 1c5b1b1

Please sign in to comment.