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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 66b7174  ISIS-1277 fixes jdk10 build
66b7174 is described below

commit 66b7174e99b92772ef3adb6275d9b3407433dc95
Author: Andi Huber <ahu...@apache.org>
AuthorDate: Wed May 30 13:43:54 2018 +0200

    ISIS-1277 fixes jdk10 build
---
 core/maven-plugin/pom.xml | 2 ++
 core/pom.xml              | 1 +
 2 files changed, 3 insertions(+)

diff --git a/core/maven-plugin/pom.xml b/core/maven-plugin/pom.xml
index c16385a..40f35a6 100644
--- a/core/maven-plugin/pom.xml
+++ b/core/maven-plugin/pom.xml
@@ -82,6 +82,8 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-plugin-plugin</artifactId>
+                <!-- override to allow build on jdk9+ -->
+                <version>3.5.2</version>
                 <configuration>
                     <goalPrefix>configurator</goalPrefix>
                 </configuration>
diff --git a/core/pom.xml b/core/pom.xml
index 33ff20d..880991d 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -2216,6 +2216,7 @@ ${license.additional-notes}
                                                        
<showWarnings>true</showWarnings>
                                                        <source>10</source>
                                                        <target>10</target>
+                                                       <!-- TODO on build 
WARNING: __add-opens has no effect at compile time -->
                                                        <compilerArgs>
                                                                
<arg>--add-opens</arg>
                                                                
<arg>javax.xml/javax.xml.bind=ALL-UNNAMED</arg>

-- 
To stop receiving notification emails like this one, please contact
ahu...@apache.org.

Reply via email to