Skip to content

Commit

Permalink
minor improve
Browse files Browse the repository at this point in the history
  • Loading branch information
VGalaxies committed Jun 24, 2024
1 parent 9cb64b2 commit 0507eb9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion hugegraph-pd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@
<include>*.tar.gz</include>
<include>.flattened-pom.xml</include>
<!-- WARN: delete dist dir may influence dev? -->
<include>dist/**</include>
<!-- TODO: replace with ${final.name} in pd-dist -->
<include>apache-hugegraph-incubating-pd-*/**</include>
</includes>
<followSymlinks>false</followSymlinks>
</fileset>
Expand Down
7 changes: 4 additions & 3 deletions hugegraph-store/hg-store-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
<artifactId>hg-store-dist</artifactId>

<properties>
<dist.dir>${project.basedir}/../dist</dist.dir>
<dist.dir>${project.parent.basedir}</dist.dir>
<shell-executable>bash</shell-executable>
<assembly.dir>${project.basedir}/src/assembly</assembly.dir>
<assembly.descriptor.dir>${assembly.dir}/descriptor</assembly.descriptor.dir>
<assembly.static.dir>${assembly.dir}/static</assembly.static.dir>
<final.name>apache-hugegraph-incubating-pd-${project.parent.version}</final.name>
<final.name>apache-hugegraph-incubating-store-${project.parent.version}</final.name>
<executable.jar.name>hg-store-node</executable.jar.name>
</properties>
<dependencies>
Expand Down Expand Up @@ -124,7 +124,8 @@
</then>
<else>
<!-- WARN: keep msg in one line -->
<echo message="We only tar package in Linux env, you could check pom.xml in pd-dist to modify it"/>
<echo
message="We only tar package in Linux env, you could check pom.xml in store-dist to modify it"/>
</else>
</if>
</tasks>
Expand Down
4 changes: 2 additions & 2 deletions hugegraph-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@
<include>*.tar</include>
<include>*.tar.gz</include>
<include>.flattened-pom.xml</include>
<!-- WARN: delete dist dir may influence dev? -->
<include>dist/**</include>
<!-- TODO: replace with ${final.name} in store-dist -->
<include>apache-hugegraph-incubating-store-*/**</include>
</includes>
<followSymlinks>false</followSymlinks>
</fileset>
Expand Down

0 comments on commit 0507eb9

Please sign in to comment.