This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch release-2.3.0
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/release-2.3.0 by this push:
new 67b5e1b [BEAM-3692] Remove maven deploy plugin configuration with
skip in the hadoop-input-format IO module
67b5e1b is described below
commit 67b5e1bab25d284cdac2127b47f44acc8e83499e
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Mon Feb 12 17:37:08 2018 +0100
[BEAM-3692] Remove maven deploy plugin configuration with skip in the
hadoop-input-format IO module
---
sdks/java/io/hadoop-input-format/pom.xml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/sdks/java/io/hadoop-input-format/pom.xml
b/sdks/java/io/hadoop-input-format/pom.xml
index 0fbd13a..f4aa818 100644
--- a/sdks/java/io/hadoop-input-format/pom.xml
+++ b/sdks/java/io/hadoop-input-format/pom.xml
@@ -39,13 +39,6 @@
<parallel>none</parallel>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
</plugins>
</build>
--
To stop receiving notification emails like this one, please contact
[email protected].