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

[sling-org-apache-sling-api] branch master updated: -Dignore.javadocjdk ignores jdk9 requirement (which is not an issue if not building javadoc)

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

bdelacretaz 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 5529bdf  -Dignore.javadocjdk ignores jdk9 requirement (which is not an issue if not building javadoc)
5529bdf is described below

commit 5529bdfaa368b73fbda2bc6a09f7dbde8d271351
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Mon Jan 7 10:22:17 2019 +0100

    -Dignore.javadocjdk ignores jdk9 requirement (which is not an issue if not building javadoc)
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index fbf9dd9..9c758c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,6 +160,9 @@
                 <os>
                     <family>mac</family>
                 </os>
+                <property>
+                    <name>!ignore.javadocjdk</name>
+                </property>
             </activation>
             <build>
                 <plugins>