Skip to content

Commit

Permalink
Merge pull request #6 from /issues/5
Browse files Browse the repository at this point in the history
Exclude flow-build-info.json from generated .jar file (fixes #5)
  • Loading branch information
javier-godoy authored Jul 27, 2020
2 parents 564c1af + 80606ac commit 3f42b18
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 3f42b18

Please sign in to comment.