File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 219
219
<artifactId >maven-jar-plugin</artifactId >
220
220
<version >3.2.0</version >
221
221
<configuration >
222
+ <archive >
223
+ <index >true</index >
224
+ <manifest >
225
+ <addClasspath >false</addClasspath >
226
+ <addDefaultImplementationEntries >true
227
+ </addDefaultImplementationEntries >
228
+ </manifest >
229
+ <manifestEntries >
230
+ <Vaadin-Package-Version >1</Vaadin-Package-Version >
231
+ </manifestEntries >
232
+ </archive >
222
233
<!-- Generated file that shouldn't be included in add-ons -->
223
234
<excludes >
224
235
<exclude >
293
304
</execution >
294
305
</executions >
295
306
</plugin >
307
+ <plugin >
308
+ <groupId >org.apache.maven.plugins</groupId >
309
+ <artifactId >maven-jar-plugin</artifactId >
310
+ <version >3.2.0</version >
311
+ <configuration >
312
+ <!-- Generated file that shouldn't be included in add-ons -->
313
+ <excludes >
314
+ <exclude >
315
+ META-INF/VAADIN/config/flow-build-info.json
316
+ </exclude >
317
+ </excludes >
318
+ </configuration >
319
+ </plugin >
296
320
</plugins >
297
321
</build >
298
322
</profile >
You can’t perform that action at this time.
0 commit comments