You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2022/09/14 21:07:59 UTC

[flink] branch release-1.16 updated: [FLINK-29301] Publish flink-ci-tools

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

chesnay pushed a commit to branch release-1.16
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.16 by this push:
     new 227dad0e449 [FLINK-29301] Publish flink-ci-tools
227dad0e449 is described below

commit 227dad0e449fb6e4fb882ae64d79335f95a72f3d
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Wed Sep 14 14:17:57 2022 +0200

    [FLINK-29301] Publish flink-ci-tools
---
 tools/ci/flink-ci-tools/pom.xml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/tools/ci/flink-ci-tools/pom.xml b/tools/ci/flink-ci-tools/pom.xml
index 34508a52e67..5f79de45de4 100644
--- a/tools/ci/flink-ci-tools/pom.xml
+++ b/tools/ci/flink-ci-tools/pom.xml
@@ -69,17 +69,4 @@ under the License.
 			<scope>compile</scope>
 		</dependency>
 	</dependencies>
-
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-deploy-plugin</artifactId>
-				<configuration>
-					<skip>true</skip>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
-
 </project>