Skip to content

Commit

Permalink
ci: ignore integration tests directory in demo jar
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-godoy authored Jun 28, 2023
1 parent cc47854 commit 9fe706f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@
<classifier>demo</classifier>
<excludes>
<exclude>**/test/*</exclude>
<exclude>**/integration/*</exclude>
<exclude>**/it/*</exclude>
<exclude>**/DemoView.class</exclude>
<exclude>**/DemoLayout.class</exclude>
</excludes>
Expand Down

0 comments on commit 9fe706f

Please sign in to comment.