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