Repository: beam Updated Branches: refs/heads/master 4e5a762ef -> 8cfb3d125
Remove checkstyle dependency (it is inherited from the parent pom) Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/0ad17928 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/0ad17928 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/0ad17928 Branch: refs/heads/master Commit: 0ad1792870791f13a8fd33a663e08abffb5e9f99 Parents: 4e5a762 Author: Ismaël MejÃa <ieme...@gmail.com> Authored: Mon Feb 20 10:20:37 2017 +0100 Committer: Davor Bonaci <da...@google.com> Committed: Mon Feb 20 13:27:35 2017 -0800 ---------------------------------------------------------------------- sdks/java/io/elasticsearch/pom.xml | 4 ---- sdks/java/io/mqtt/pom.xml | 4 ---- sdks/pom.xml | 1 - 3 files changed, 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/0ad17928/sdks/java/io/elasticsearch/pom.xml ---------------------------------------------------------------------- diff --git a/sdks/java/io/elasticsearch/pom.xml b/sdks/java/io/elasticsearch/pom.xml index cdb096f..00f065b 100644 --- a/sdks/java/io/elasticsearch/pom.xml +++ b/sdks/java/io/elasticsearch/pom.xml @@ -50,10 +50,6 @@ </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/beam/blob/0ad17928/sdks/java/io/mqtt/pom.xml ---------------------------------------------------------------------- diff --git a/sdks/java/io/mqtt/pom.xml b/sdks/java/io/mqtt/pom.xml index 2e70e1d..7ac709e 100644 --- a/sdks/java/io/mqtt/pom.xml +++ b/sdks/java/io/mqtt/pom.xml @@ -50,10 +50,6 @@ </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/beam/blob/0ad17928/sdks/pom.xml ---------------------------------------------------------------------- diff --git a/sdks/pom.xml b/sdks/pom.xml index 3d0b893..f130816 100644 --- a/sdks/pom.xml +++ b/sdks/pom.xml @@ -68,7 +68,6 @@ </execution> </executions> </plugin> - </plugins> </pluginManagement>