Remove reporting section from Spark's pom.xml file This is currently triggering Maven warnings, due to a missing version qualifier. However, we don't run 'site', so this isn't being used at this point. Hence, removing instead of adding the version qualifier.
Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/28021efe Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/28021efe Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/28021efe Branch: refs/heads/release-0.1.0-incubating Commit: 28021efe45115d50ce8d90d61bf2cd0cd837c6bc Parents: 8565919 Author: Davor Bonaci <[email protected]> Authored: Thu Jun 2 13:21:31 2016 -0700 Committer: Davor Bonaci <[email protected]> Committed: Mon Jun 6 18:08:22 2016 -0700 ---------------------------------------------------------------------- runners/spark/pom.xml | 22 ---------------------- 1 file changed, 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/28021efe/runners/spark/pom.xml ---------------------------------------------------------------------- diff --git a/runners/spark/pom.xml b/runners/spark/pom.xml index 2e77f5d..fdea4cd 100644 --- a/runners/spark/pom.xml +++ b/runners/spark/pom.xml @@ -227,28 +227,6 @@ </plugins> </build> - <reporting> - <plugins> - <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> - <reportSets> - <reportSet> - <id>aggregate</id> - <reports> - <report>aggregate</report> - <report>test-aggregate</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> - <profiles> <profile> <id>jacoco</id>
