You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2018/10/07 20:25:31 UTC

svn commit: r1843084 - /webservices/axiom/trunk/pom.xml

Author: veithen
Date: Sun Oct  7 20:25:30 2018
New Revision: 1843084

URL: http://svn.apache.org/viewvc?rev=1843084&view=rev
Log:
Fix --add-modules settings.

Modified:
    webservices/axiom/trunk/pom.xml

Modified: webservices/axiom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1843084&r1=1843083&r2=1843084&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Sun Oct  7 20:25:30 2018
@@ -904,7 +904,7 @@
                                     
                                     project.properties['javadoc.nolint.param'] = System.properties['java.specification.version'] == '1.7' ? '' : '-Xdoclint:none'
 
-                                    project.properties['jigsawArgs'] = System.properties['java.specification.version'] == '9' ? '--add-modules java.activation,java.xml.bind --add-opens java.xml/com.sun.xml.internal.stream=ALL-UNNAMED' : ''
+                                    project.properties['jigsawArgs'] = System.properties['java.specification.version'] == '9' ? '--add-modules java.se.ee' : ''
                                 ]]></script>
                             </scripts>
                         </configuration>