Skip to content

Commit 096746d

Browse files
committed
Fixed plugin config
1 parent bf02574 commit 096746d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

vaadin-date-range-picker/pom.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,17 @@
219219
<artifactId>maven-jar-plugin</artifactId>
220220
<version>3.2.0</version>
221221
<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>
222233
<!-- Generated file that shouldn't be included in add-ons -->
223234
<excludes>
224235
<exclude>
@@ -293,6 +304,19 @@
293304
</execution>
294305
</executions>
295306
</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>
296320
</plugins>
297321
</build>
298322
</profile>

0 commit comments

Comments
 (0)