You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2019/01/03 18:28:38 UTC

[flink] branch release-1.6 updated: [FLINK-11079][storm] Skip deployment of storm-examples

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch release-1.6
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.6 by this push:
     new 437f06b  [FLINK-11079][storm] Skip deployment of storm-examples
437f06b is described below

commit 437f06bc6d99e101ff2d62bf4b829f038e0c5d9d
Author: zentol <ch...@apache.org>
AuthorDate: Thu Dec 20 12:48:33 2018 +0100

    [FLINK-11079][storm] Skip deployment of storm-examples
---
 flink-contrib/flink-storm-examples/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/flink-contrib/flink-storm-examples/pom.xml b/flink-contrib/flink-storm-examples/pom.xml
index effdd97..90ff4ec 100644
--- a/flink-contrib/flink-storm-examples/pom.xml
+++ b/flink-contrib/flink-storm-examples/pom.xml
@@ -111,6 +111,14 @@ under the License.
 
 	<build>
 		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
+
 			<!-- get default data from flink-example-batch package -->
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>