This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new b19a008f16 [INLONG-9450][Build] Deploying the distribution packages to
repositories (#9451)
b19a008f16 is described below
commit b19a008f16235df41c217b931c29dfb6aee8c408
Author: vernedeng <[email protected]>
AuthorDate: Mon Dec 11 09:50:39 2023 +0800
[INLONG-9450][Build] Deploying the distribution packages to repositories
(#9451)
---
inlong-distribution/pom.xml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/inlong-distribution/pom.xml b/inlong-distribution/pom.xml
index 7a73774163..f788c92967 100644
--- a/inlong-distribution/pom.xml
+++ b/inlong-distribution/pom.xml
@@ -87,14 +87,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <version>${plugin.deploy.version}</version>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
</plugins>
</build>
</project>