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

commit 263a0effce8ce9afcb29637bdb02badbe66e7696
Author: Till Rohrmann <trohrm...@apache.org>
AuthorDate: Fri Nov 23 23:39:31 2018 +0100

    [FLINK-10987] Do not deploy flink-yarn-tests module to repository
---
 flink-yarn-tests/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/flink-yarn-tests/pom.xml b/flink-yarn-tests/pom.xml
index a2d75c9..c3204aa 100644
--- a/flink-yarn-tests/pom.xml
+++ b/flink-yarn-tests/pom.xml
@@ -185,6 +185,15 @@ under the License.
                                </executions>
                        </plugin>
 
+                       <!-- Skip the deployment of this module since it only 
contains yarn tests -->
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-deploy-plugin</artifactId>
+                               <configuration>
+                                       <skip>true</skip>
+                               </configuration>
+                       </plugin>
+
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-shade-plugin</artifactId>

Reply via email to