Skip to content

Commit

Permalink
Corretto errore con Maven 3.9.x di configurazione filtri
Browse files Browse the repository at this point in the history
  • Loading branch information
nardil committed Dec 7, 2023
1 parent 0c493c2 commit 3f6c3f1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions jars/stampe/pom.xml
Expand Up @@ -200,16 +200,14 @@
<directory>src/main/resources</directory>
<filtering>true</filtering>
<excludes>
<exclude>*.jasper</exclude>
<exclude>avvisoPagamentoV2/*.jasper</exclude>
<exclude>**/*.jasper</exclude>
</excludes>
</resource>
<resource>
<directory>src/main/resources</directory>
<filtering>false</filtering>
<includes>
<include>*.jasper</include>
<include>avvisoPagamentoV2/*.jasper</include>
<include>**/*.jasper</include>
</includes>
</resource>
</resources>
Expand Down

0 comments on commit 3f6c3f1

Please sign in to comment.