Attempt to fix problem with upgraded maven source plugin, take 2

(cherry picked from commit 81b358b377)
This commit is contained in:
Harald Kuhr
2023-05-24 20:14:28 +02:00
parent 87927ce9f2
commit fe382ac89f
2 changed files with 4 additions and 1 deletions

View File

@@ -174,7 +174,6 @@
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
<goal>jar</goal>
<goal>test-jar</goal>
</goals>
</execution>

View File

@@ -36,6 +36,10 @@
<build>
<plugins>
<plugin>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<configuration>