This is an automated email from the ASF dual-hosted git repository.
xiaoyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new ba1c1cb compatible with windows (#8464)
ba1c1cb is described below
commit ba1c1cb18e2f0364c531ca231dad2762aa35b51c
Author: Daming <[email protected]>
AuthorDate: Wed Dec 2 11:49:34 2020 +0800
compatible with windows (#8464)
---
.../src/main/assembly/shardingsphere-agent-binary-distribution.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/shardingsphere-agent/shardingsphere-agent-distribution/src/main/assembly/shardingsphere-agent-binary-distribution.xml
b/shardingsphere-agent/shardingsphere-agent-distribution/src/main/assembly/shardingsphere-agent-binary-distribution.xml
index dde487d..ac85acd 100644
---
a/shardingsphere-agent/shardingsphere-agent-distribution/src/main/assembly/shardingsphere-agent-binary-distribution.xml
+++
b/shardingsphere-agent/shardingsphere-agent-distribution/src/main/assembly/shardingsphere-agent-binary-distribution.xml
@@ -42,7 +42,7 @@
<fileSet>
<directory>${project.basedir}/../shardingsphere-agent-plugins/shardingsphere-agent-plugin-tracers/target/plugins</directory>
- <outputDirectory>${basedir}/plugins</outputDirectory>
+ <outputDirectory>./plugins</outputDirectory>
<includes>
<include>**-${module.version}.jar</include>
</includes>
@@ -58,7 +58,7 @@
</includes>
<binaries>
<unpack>false</unpack>
- <outputDirectory>${basedir}/</outputDirectory>
+ <outputDirectory>./</outputDirectory>
<includeDependencies>false</includeDependencies>
<outputFileNameMapping>shardingsphere-agent.jar</outputFileNameMapping>
</binaries>
@@ -71,7 +71,7 @@
</includes>
<binaries>
<unpack>false</unpack>
- <outputDirectory>${basedir}/plugins</outputDirectory>
+ <outputDirectory>./plugins</outputDirectory>
<includeDependencies>false</includeDependencies>
<outputFileNameMapping>${module.artifactId}-${module.version}.jar</outputFileNameMapping>
</binaries>