mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
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:
committed by
Markus Rathgeb
parent
fb972f385a
commit
f4348cd6e8
+1
-1
@@ -251,7 +251,7 @@
|
||||
<execution>
|
||||
<id>attach-sources</id>
|
||||
<goals>
|
||||
<goal>jar</goal>
|
||||
<goal>jar-no-fork</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
|
||||
Reference in New Issue
Block a user