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

tzulitai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git

commit c976ba2ef12482daa03553fa216cabc685f52230
Author: Stephan Ewen <se...@apache.org>
AuthorDate: Tue Mar 31 21:08:13 2020 +0200

    [FLINK-16891][build] Skip deployment of end-2-end test artifacts
---
 statefun-e2e-tests/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/statefun-e2e-tests/pom.xml b/statefun-e2e-tests/pom.xml
index 94918f7..e77429a 100644
--- a/statefun-e2e-tests/pom.xml
+++ b/statefun-e2e-tests/pom.xml
@@ -34,6 +34,18 @@ under the License.
         <module>statefun-routable-kafka-e2e</module>
     </modules>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-deploy-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
     <profiles>
         <profile>
             <!--

Reply via email to