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

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


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

commit d7ed02b76be15afdff0f9c8fc0805bc30ce6c559
Author: Martijn Visser <mvis...@confluent.io>
AuthorDate: Tue Jun 20 09:44:35 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 4a47b82..695ebc2 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