Repository: incubator-beam
Updated Branches:
  refs/heads/master fe1889316 -> 43c8f8360


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/1b158d94
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/1b158d94
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/1b158d94

Branch: refs/heads/master
Commit: 1b158d94b80a864f7b34d0742c4109589c2f9596
Parents: fe18893
Author: Davor Bonaci <[email protected]>
Authored: Thu Jun 2 13:21:31 2016 -0700
Committer: Davor Bonaci <[email protected]>
Committed: Mon Jun 6 15:03:39 2016 -0700

----------------------------------------------------------------------
 runners/spark/pom.xml | 22 ----------------------
 1 file changed, 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/1b158d94/runners/spark/pom.xml
----------------------------------------------------------------------
diff --git a/runners/spark/pom.xml b/runners/spark/pom.xml
index db77185..df402d7 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>

Reply via email to