Disabled Java 8 javadoc linter Project: http://git-wip-us.apache.org/repos/asf/metamodel/repo Commit: http://git-wip-us.apache.org/repos/asf/metamodel/commit/8dc70763 Tree: http://git-wip-us.apache.org/repos/asf/metamodel/tree/8dc70763 Diff: http://git-wip-us.apache.org/repos/asf/metamodel/diff/8dc70763
Branch: refs/heads/master Commit: 8dc70763eaa4e4991838eefdf730d10c30f5afb9 Parents: 599acc3 Author: Kasper Sørensen <[email protected]> Authored: Wed May 17 20:58:05 2017 -0700 Committer: Kasper Sørensen <[email protected]> Committed: Wed May 17 20:58:05 2017 -0700 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/metamodel/blob/8dc70763/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5ccb7d6..50f5674 100644 --- a/pom.xml +++ b/pom.xml @@ -251,6 +251,7 @@ under the License. </executions> <configuration> <excludePackageNames>com.sugarcrm.ws.soap</excludePackageNames> + <additionalparam>-Xdoclint:none</additionalparam> </configuration> </plugin> <plugin>
