Skip to content

Commit

Permalink
[FLINK-30850][Tests] Prevent publishing E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnVisser committed Jun 27, 2023
1 parent cca2253 commit d7ed02b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions flink-connector-gcp-pubsub-e2e-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d7ed02b

Please sign in to comment.