From 162693aa448d34c8206dc498ca302065d2e541e1 Mon Sep 17 00:00:00 2001 From: vaughn Date: Thu, 15 Dec 2022 13:57:48 +0800 Subject: [PATCH] fix: keep binary file --- hugegraph-example/pom.xml | 17 +++++++++++++++++ hugegraph-test/pom.xml | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/hugegraph-example/pom.xml b/hugegraph-example/pom.xml index 781f131802..fa4a0bf9a4 100644 --- a/hugegraph-example/pom.xml +++ b/hugegraph-example/pom.xml @@ -41,6 +41,23 @@ org.apache.maven.plugins maven-clean-plugin + + + + ${top.level.dir} + + ${final.name}/** + *.tar.gz + *.zip + *.tar + + false + + + ${final.name} + + + diff --git a/hugegraph-test/pom.xml b/hugegraph-test/pom.xml index 7d6d8a36ef..8306da9f02 100644 --- a/hugegraph-test/pom.xml +++ b/hugegraph-test/pom.xml @@ -179,6 +179,23 @@ org.apache.maven.plugins maven-clean-plugin + + + + ${top.level.dir} + + ${final.name}/** + *.tar.gz + *.zip + *.tar + + false + + + ${final.name} + + + org.jacoco