Skip to content

Commit

Permalink
fix: exclude featureflags proeprty file from dev-bundles (#6897)
Browse files Browse the repository at this point in the history
A vaadin-featureflags.properties in dev-bundle can potentially
take precedence over the user project property file.

Co-authored-by: Zhe Sun <31067185+ZheSun88@users.noreply.github.com>
  • Loading branch information
mcollovati and ZheSun88 authored Oct 17, 2024
1 parent f6f041c commit c07b4c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/generator/templates/template-dev-bundle-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
<configuration>
<excludes>
<exclude>**/*Fake*</exclude>
<exclude>vaadin-featureflags.properties</exclude>
</excludes>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
<configuration>
<excludes>
<exclude>**/*Fake*</exclude>
<exclude>vaadin-featureflags.properties</exclude>
</excludes>
</configuration>
</plugin>
Expand Down

0 comments on commit c07b4c2

Please sign in to comment.