Skip to content

Commit 80606ac

Browse files
committed
Exclude flow-build-info.json from generated .jar file (fixes #5)
1 parent 564c1af commit 80606ac

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)