Attach source JARs without forking to fix Jenkins warnings (#741)

This fixes the following warnings on Jenkins builds:

[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo

See also: https://issues.jenkins-ci.org/browse/JENKINS-27372

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2019-04-17 06:55:41 +02:00
committed by Markus Rathgeb
parent fb972f385a
commit f4348cd6e8
+1 -1
View File
@@ -251,7 +251,7 @@
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>