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 21:56:20 UTC

svn commit: r1843093 - in /webservices/axiom/trunk: apidocs/pom.xml axiom-api/src/main/java/org/apache/axiom/om/package.html

Author: veithen
Date: Sun Oct  7 21:56:20 2018
New Revision: 1843093

URL: http://svn.apache.org/viewvc?rev=1843093&view=rev
Log:
Fix Javadoc generation on Java 9.

Modified:
    webservices/axiom/trunk/apidocs/pom.xml
    webservices/axiom/trunk/axiom-api/src/main/java/org/apache/axiom/om/package.html

Modified: webservices/axiom/trunk/apidocs/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/apidocs/pom.xml?rev=1843093&r1=1843092&r2=1843093&view=diff
==============================================================================
--- webservices/axiom/trunk/apidocs/pom.xml (original)
+++ webservices/axiom/trunk/apidocs/pom.xml Sun Oct  7 21:56:20 2018
@@ -91,6 +91,9 @@
                     </execution>
                 </executions>
                 <configuration>
+                    <additionalOptions>
+                        <additionalOption>${jigsawArgs}</additionalOption>
+                    </additionalOptions>
                     <includeDependencySources>true</includeDependencySources>
                     <dependencySourceIncludes>
                         <dependencySourceInclude>${project.groupId}:*</dependencySourceInclude>

Modified: webservices/axiom/trunk/axiom-api/src/main/java/org/apache/axiom/om/package.html
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/axiom-api/src/main/java/org/apache/axiom/om/package.html?rev=1843093&r1=1843092&r2=1843093&view=diff
==============================================================================
--- webservices/axiom/trunk/axiom-api/src/main/java/org/apache/axiom/om/package.html (original)
+++ webservices/axiom/trunk/axiom-api/src/main/java/org/apache/axiom/om/package.html Sun Oct  7 21:56:20 2018
@@ -22,6 +22,7 @@ Contains core interfaces of the Axiom AP
 <p>In particular, this package defines interfaces for the information items identified by the
 <a href="http://www.w3.org/TR/xml-infoset/">XML Information Set</a> W3C Recommendation:</p>
 <table border="2" rules="all" cellpadding="4" cellspacing="0">
+    <caption>Interfaces defined by Axiom.</caption>
     <thead>
         <tr>
             <th>Section</th><th>Information item</th><th>Interface</th>