Skip to content

Commit

Permalink
repo-sql-impl-test: sqale profile compiles the tests without running
Browse files Browse the repository at this point in the history
This fixes the complaining dependency plugin (gosh, how I "love" it).
  • Loading branch information
virgo47 committed Sep 8, 2021
1 parent 891ec1b commit 33a6867
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion repo/repo-sql-impl-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,11 @@
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<maven.test.skip>true</maven.test.skip>
<!--
Skips test execution but still compiles them.
Without this dependency plugin complains.
-->
<maven.test.skip.exec>true</maven.test.skip.exec>
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit 33a6867

Please sign in to comment.