Skip to content

Commit 3f42b18

Browse files
authored
Merge pull request #6 from /issues/5
Exclude flow-build-info.json from generated .jar file (fixes #5)
2 parents 564c1af + 80606ac commit 3f42b18

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,11 @@
149149
<Vaadin-Package-Version>1</Vaadin-Package-Version>
150150
</manifestEntries>
151151
</archive>
152-
</configuration>
152+
<!-- Generated file that shouldn't be included in add-ons -->
153+
<excludes>
154+
<exclude>META-INF/VAADIN/config/flow-build-info.json</exclude>
155+
</excludes>
156+
</configuration>
153157
</plugin>
154158
<plugin>
155159
<groupId>com.vaadin</groupId>

0 commit comments

Comments
 (0)