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 <[email protected]>
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>

Reply via email to