Fix sources attachment + MANIFSET overlaps

This commit is contained in:
AFaust
2025-02-21 13:57:34 +01:00
committed by Axel Faust
parent fc83b6c7a5
commit 725f768535
4 changed files with 32 additions and 4 deletions

View File

@@ -143,6 +143,13 @@
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<configuration>
<classifier>sources-unshaded</classifier>
</configuration>
</plugin>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<executions>