File tree 1 file changed +32
-3
lines changed
1 file changed +32
-3
lines changed Original file line number Diff line number Diff line change 89
89
</repositories >
90
90
91
91
<properties >
92
-
92
+ < project .build.outputTimestamp>2023-03-17T00:00:00Z</ project .build.outputTimestamp>
93
93
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
94
94
<arguments />
95
95
452
452
<plugin >
453
453
<groupId >org.apache.maven.plugins</groupId >
454
454
<artifactId >maven-shade-plugin</artifactId >
455
- <version >3.2.1 </version >
455
+ <version >3.2.3 </version >
456
456
<configuration >
457
457
<shadedClassifierName >deprecated</shadedClassifierName >
458
458
<shadedArtifactAttached >true</shadedArtifactAttached >
592
592
<autoReleaseAfterClose >false</autoReleaseAfterClose >
593
593
</configuration >
594
594
</plugin >
595
+ <plugin >
596
+ <groupId >org.apache.maven.plugins</groupId >
597
+ <artifactId >maven-clean-plugin</artifactId >
598
+ <version >3.2.0</version >
599
+ <executions >
600
+ <execution >
601
+ <!-- Rebuilding the manifest with the maven-bundle-plugin produces different results
602
+ https://issues.apache.org/jira/browse/FELIX-6603
603
+ Deleting the previously generated manifest is a temporary workaround.
604
+ -->
605
+ <id >bundle-manifest-fix</id >
606
+ <phase >process-resources</phase >
607
+ <goals >
608
+ <goal >clean</goal >
609
+ </goals >
610
+ <configuration >
611
+ <excludeDefaultDirectories >true</excludeDefaultDirectories >
612
+ <filesets >
613
+ <fileset >
614
+ <directory >${project.build.outputDirectory} </directory >
615
+ <includes >
616
+ <include >META-INF/MANIFEST.MF</include >
617
+ </includes >
618
+ </fileset >
619
+ </filesets >
620
+ </configuration >
621
+ </execution >
622
+ </executions >
623
+ </plugin >
595
624
<plugin >
596
625
<groupId >org.apache.felix</groupId >
597
626
<artifactId >maven-bundle-plugin</artifactId >
598
- <version >3.3.0 </version >
627
+ <version >5.1.8 </version >
599
628
<executions >
600
629
<execution >
601
630
<id >bundle-manifest</id >
You can’t perform that action at this time.
0 commit comments