CAMEL-11850 build camel-olingo2-api on Java 9
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c6973a97 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c6973a97 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c6973a97 Branch: refs/heads/master Commit: c6973a975cea7c616227d9cfe266f5ba971ef24c Parents: 4ef9ace Author: jpoth <poth.j...@gmail.com> Authored: Wed Sep 27 17:46:34 2017 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Wed Sep 27 18:58:01 2017 +0200 ---------------------------------------------------------------------- components/camel-olingo2/camel-olingo2-api/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/c6973a97/components/camel-olingo2/camel-olingo2-api/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-olingo2/camel-olingo2-api/pom.xml b/components/camel-olingo2/camel-olingo2-api/pom.xml index 5689510..d6ceb1e 100644 --- a/components/camel-olingo2/camel-olingo2-api/pom.xml +++ b/components/camel-olingo2/camel-olingo2-api/pom.xml @@ -127,6 +127,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> + <version>${maven-javadoc-plugin-version}</version> <configuration> <additionalparam>-Xdoclint:none</additionalparam> </configuration>