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 2015/10/11 22:58:03 UTC

svn commit: r1708025 - in /webservices/axiom/trunk: pom.xml src/site/markdown/release-notes/1.2.16.md

Author: veithen
Date: Sun Oct 11 20:58:03 2015
New Revision: 1708025

URL: http://svn.apache.org/viewvc?rev=1708025&view=rev
Log:
Disable the Javadoc linter when generating Javadoc JARs.

Modified:
    webservices/axiom/trunk/pom.xml
    webservices/axiom/trunk/src/site/markdown/release-notes/1.2.16.md

Modified: webservices/axiom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1708025&r1=1708024&r2=1708025&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Sun Oct 11 20:58:03 2015
@@ -1065,6 +1065,20 @@
                         </executions>
                     </plugin>
                     <plugin>
+                        <artifactId>maven-javadoc-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <id>attach-javadocs</id>
+                                <goals>
+                                    <goal>jar</goal>
+                                </goals>
+                                <configuration>
+                                    <additionalparam>-Xdoclint:none</additionalparam>
+                                </configuration>
+                            </execution>
+                        </executions>
+                    </plugin>
+                    <plugin>
                         <artifactId>maven-assembly-plugin</artifactId>
                         <executions>
                             <execution>

Modified: webservices/axiom/trunk/src/site/markdown/release-notes/1.2.16.md
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/src/site/markdown/release-notes/1.2.16.md?rev=1708025&r1=1708024&r2=1708025&view=diff
==============================================================================
--- webservices/axiom/trunk/src/site/markdown/release-notes/1.2.16.md (original)
+++ webservices/axiom/trunk/src/site/markdown/release-notes/1.2.16.md Sun Oct 11 20:58:03 2015
@@ -9,6 +9,8 @@ Axiom 1.2.16 comes with the following ne
 *   Axiom now ships a drop-in replacement for `abdera-parser`, so that the latest Axiom
     version can be used together with Abdera 1.1.3. See [here][1] for more details.
 
+In addition, the sources can now be built with Java 8.
+
 ### Changes in this release
 
 *   The semantics of the `OMInformationItem#getOMFactory()` method have slightly changed in Axiom