Skip to content

Commit

Permalink
fix: incorrect path in hugegraph assembly scripts (#2392)
Browse files Browse the repository at this point in the history
* fix: typo

* fix: assembly hugegraph path

* reset
  • Loading branch information
VGalaxies authored Dec 18, 2023
1 parent cb4427d commit 965d6c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions hugegraph-server/hugegraph-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
<directory>${assembly.static.dir}</directory>
<outputDirectory>/</outputDirectory>
<filtered>false</filtered>
<includes>
</includes>
<excludes>
<exclude>README.txt</exclude>
</excludes>
Expand All @@ -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>
Expand Down

0 comments on commit 965d6c1

Please sign in to comment.