Repository: incubator-beam Updated Branches: refs/heads/master 5dc46357c -> aaab15766
Add Xdoclint:missing to the Kafka connector This makes the Javadoc build actually pass. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/3adc5e32 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/3adc5e32 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/3adc5e32 Branch: refs/heads/master Commit: 3adc5e32cd53e4875b6f97d82deec517c5b71bc5 Parents: 5dc4635 Author: Davor Bonaci <[email protected]> Authored: Tue Jun 7 10:36:42 2016 -0700 Committer: Davor Bonaci <[email protected]> Committed: Tue Jun 7 10:36:42 2016 -0700 ---------------------------------------------------------------------- sdks/java/io/kafka/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/3adc5e32/sdks/java/io/kafka/pom.xml ---------------------------------------------------------------------- diff --git a/sdks/java/io/kafka/pom.xml b/sdks/java/io/kafka/pom.xml index bc76b9e..be19a83 100644 --- a/sdks/java/io/kafka/pom.xml +++ b/sdks/java/io/kafka/pom.xml @@ -47,6 +47,13 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <additionalparam>-Xdoclint:missing</additionalparam> + </configuration> + </plugin> </plugins> </build>
