Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Change clean phase for notification-service-sdk
Browse files Browse the repository at this point in the history
This commit applies the same change of #431
to notification-service-sdk

Signed-off-by: Gloria Ciavarrini <gciavarrini@redhat.com>
  • Loading branch information
gciavarrini authored and openshift-merge-robot committed Jun 22, 2023
1 parent fdd3da6 commit c1ba174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notification-service-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<executions>
<execution>
<id>skip-if-no-modifications</id>
<phase>generate-test-sources</phase>
<phase>validate</phase>
<goals>
<goal>run</goal>
</goals>
Expand Down Expand Up @@ -80,7 +80,7 @@
</execution>
<execution>
<id>auto-clean</id>
<phase>process-test-sources</phase>
<phase>initialize</phase>
<goals>
<goal>clean</goal>
</goals>
Expand Down

0 comments on commit c1ba174

Please sign in to comment.