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

martijnvisser pushed a commit to branch v3.0
in repository https://gitbox.apache.org/repos/asf/flink-connector-gcp-pubsub.git


The following commit(s) were added to refs/heads/v3.0 by this push:
     new 262bf05  [FLINK-30850][Tests] Prevent publishing E2E tests
262bf05 is described below

commit 262bf05db456bfff22094eeeb9ae3fa903d9127e
Author: Martijn Visser <mvis...@confluent.io>
AuthorDate: Tue Jun 27 17:08:40 2023 +0200

    [FLINK-30850][Tests] Prevent publishing E2E tests
---
 flink-connector-gcp-pubsub-e2e-tests/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/flink-connector-gcp-pubsub-e2e-tests/pom.xml 
b/flink-connector-gcp-pubsub-e2e-tests/pom.xml
index 07441db..f975774 100644
--- a/flink-connector-gcp-pubsub-e2e-tests/pom.xml
+++ b/flink-connector-gcp-pubsub-e2e-tests/pom.xml
@@ -89,6 +89,14 @@ under the License.
 
        <build>
                <plugins>
+                       <!-- Don't publish the E2E tests -->
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-deploy-plugin</artifactId>
+                               <configuration>
+                                       <skip>true</skip>
+                               </configuration>
+                       </plugin>
                        <!-- Disabling convergence check because there are 
multiple problems within the used pubsub dependencies -->
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>

Reply via email to