This is an automated email from the ASF dual-hosted git repository.
ming pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
The following commit(s) were added to refs/heads/master by this push:
new 965d6c137 fix: incorrect path in hugegraph assembly scripts (#2392)
965d6c137 is described below
commit 965d6c137a8110c5f9d39dea0da92dc575aa9719
Author: V_Galaxy <[email protected]>
AuthorDate: Mon Dec 18 12:33:33 2023 +0800
fix: incorrect path in hugegraph assembly scripts (#2392)
* fix: typo
* fix: assembly hugegraph path
* reset
---
hugegraph-server/hugegraph-dist/docker/{READEME.md => README.md} | 0
hugegraph-server/hugegraph-dist/pom.xml | 3 +--
.../hugegraph-dist/src/assembly/descriptor/assembly.xml | 6 ++----
3 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/hugegraph-server/hugegraph-dist/docker/READEME.md
b/hugegraph-server/hugegraph-dist/docker/README.md
similarity index 100%
rename from hugegraph-server/hugegraph-dist/docker/READEME.md
rename to hugegraph-server/hugegraph-dist/docker/README.md
diff --git a/hugegraph-server/hugegraph-dist/pom.xml
b/hugegraph-server/hugegraph-dist/pom.xml
index 9a58ac767..890a3d517 100644
--- a/hugegraph-server/hugegraph-dist/pom.xml
+++ b/hugegraph-server/hugegraph-dist/pom.xml
@@ -162,8 +162,7 @@
<configuration>
<attach>false</attach>
<appendAssemblyId>false</appendAssemblyId>
- <outputDirectory>${top.level.dir}
- </outputDirectory>
+
<outputDirectory>${top.level.dir}</outputDirectory>
<descriptor>
${assembly.descriptor.dir}/assembly.xml
</descriptor>
diff --git
a/hugegraph-server/hugegraph-dist/src/assembly/descriptor/assembly.xml
b/hugegraph-server/hugegraph-dist/src/assembly/descriptor/assembly.xml
index 4ae2286aa..82683268b 100644
--- a/hugegraph-server/hugegraph-dist/src/assembly/descriptor/assembly.xml
+++ b/hugegraph-server/hugegraph-dist/src/assembly/descriptor/assembly.xml
@@ -35,8 +35,6 @@
<directory>${assembly.static.dir}</directory>
<outputDirectory>/</outputDirectory>
<filtered>false</filtered>
- <includes>
- </includes>
<excludes>
<exclude>README.txt</exclude>
</excludes>
@@ -49,11 +47,11 @@
</includes>
</fileSet>
<fileSet>
-
<directory>${top.level.dir}/hugegraph-server/hugegraph-dist/release-docs/</directory>
+
<directory>${top.level.dir}/hugegraph-dist/release-docs/</directory>
<outputDirectory>/</outputDirectory>
</fileSet>
<fileSet>
- <directory>${top.level.dir}</directory>
+ <directory>${top.level.dir}/../</directory>
<outputDirectory>/</outputDirectory>
<includes>
<include>DISCLAIMER*</include>