You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2019/01/07 13:30:25 UTC

[sling-org-apache-sling-api] branch master updated: prevent enforcing Jdk9 on Jenkins (as Jenkins is never building javadoc)

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-api.git


The following commit(s) were added to refs/heads/master by this push:
     new 63caf8d  prevent enforcing Jdk9 on Jenkins (as Jenkins is never building javadoc)
63caf8d is described below

commit 63caf8de12b6187698a2f0f1ed2225f8315e9ce4
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon Jan 7 14:30:18 2019 +0100

    prevent enforcing Jdk9 on Jenkins (as Jenkins is never building javadoc)
---
 .sling-module.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.sling-module.xml b/.sling-module.xml
new file mode 100644
index 0000000..34e9b01
--- /dev/null
+++ b/.sling-module.xml
@@ -0,0 +1,7 @@
+<!-- adjust Jenkins config according to https://cwiki.apache.org/confluence/x/tKBzB -->
+<sling-module>
+    <jenkins> <!-- settings inspected by Jenkins -->
+        <!-- prevent enforcing JDK9 or newer as javadoc is never executed by Jenkins -->
+        <additionalMavenParams>-Dignore.javadocjdk</additionalMavenParams>
+    </jenkins>
+</sling-module>
\ No newline at end of file