Skip to content

Commit

Permalink
Exclude flow-build-info.json from generated .jar file (fixes #5)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlopezFC committed Jul 25, 2020
1 parent 564c1af commit 80606ac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,11 @@
<Vaadin-Package-Version>1</Vaadin-Package-Version>
</manifestEntries>
</archive>
</configuration>
<!-- Generated file that shouldn't be included in add-ons -->
<excludes>
<exclude>META-INF/VAADIN/config/flow-build-info.json</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>com.vaadin</groupId>
Expand Down

0 comments on commit 80606ac

Please sign in to comment.