Skip to content

Commit

Permalink
fix: dev profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas GRUSON committed Jun 11, 2021
1 parent 2eca28a commit 772385a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion code/api/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,8 @@
<!-- skip tests, but need to define it on each sub module-->
<maven.test.skip>true</maven.test.skip>
<!-- no jacoco for dev profile -->
<jacoco.phase>none</jacoco.phase>
<jacoco.phase.agent>none</jacoco.phase.agent>
<jacoco.phase.report>none</jacoco.phase.report>
<!-- skip some lombok stuff for dev profile -->
<delombok.phase>none</delombok.phase>
</properties>
Expand Down
3 changes: 2 additions & 1 deletion code/api/lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@
<!-- skip tests, but need to define it on each sub module-->
<maven.test.skip>true</maven.test.skip>
<!-- no jacoco for dev profile -->
<jacoco.phase>none</jacoco.phase>
<jacoco.phase.agent>none</jacoco.phase.agent>
<jacoco.phase.report>none</jacoco.phase.report>
<!-- skip some lombok stuff for dev profile -->
<delombok.phase>none</delombok.phase>
</properties>
Expand Down

0 comments on commit 772385a

Please sign in to comment.