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