Skip to content

Commit

Permalink
Updated pom
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualino.cristaudo committed Nov 23, 2023
1 parent b3a1251 commit ab3f8bb
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,13 @@
<version>0.8.10</version>
<configuration>
<excludes>
<exclude>it/pagopa/interop/signalhub/pull/service/rest/v1/dto/*</exclude>
<exclude>it/pagopa/interop/signalhub/pull/service/rest/v1/dto/**</exclude>
<exclude>it/pagopa/interop/signalhub/pull/service/rest/v1/api/*</exclude>
<exclude>it/pagopa/interop/signalhub/pull/service/rest/v1/api/**</exclude>
<exclude>it/pagopa/interop/signalhub/pull/service/generated/*</exclude>
<exclude>it/pagopa/interop/signalhub/pull/service/generated/**</exclude>
<exclude>**/rest/v1/dto/**</exclude>
<exclude>**/rest/v1/api/**</exclude>
<exclude>**/generated/**</exclude>
<exclude>**/config/**</exclude>
<exclude>**/utils/**</exclude>
<exclude>**/entities/**</exclude>
<exclude>**/cache/model/**</exclude>
</excludes>
</configuration>
<executions>
Expand Down

0 comments on commit ab3f8bb

Please sign in to comment.