This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch release-0.2
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git
The following commit(s) were added to refs/heads/release-0.2 by this push:
new ddbf6c86 [FLINK-28665] Disable deployment of table store benchmark
module
ddbf6c86 is described below
commit ddbf6c8683c7356ffbaa095532687be077ca19fd
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 d731302e..5005d6cd 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>