This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git
The following commit(s) were added to refs/heads/master by this push:
new 567bf755 [FLINK-28665] Disable deployment of table store benchmark
module
567bf755 is described below
commit 567bf755edc00b5e27e6804a4a775380a615966f
Author: tsreaper <[email protected]>
AuthorDate: Mon Aug 1 15:15:13 2022 +0800
[FLINK-28665] Disable deployment of table store benchmark module
This closes #258
---
flink-table-store-benchmark/pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/flink-table-store-benchmark/pom.xml
b/flink-table-store-benchmark/pom.xml
index f2393572..e447d711 100644
--- a/flink-table-store-benchmark/pom.xml
+++ b/flink-table-store-benchmark/pom.xml
@@ -83,6 +83,14 @@ under the License.
<build>
<plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<executions>