This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch release-1.7 in repository https://gitbox.apache.org/repos/asf/flink.git
commit 7679a84f5cae29ae429ba5ef867f883e0acf38aa 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 a7d597a..c65832f 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>
