Fix source package of agent.

This commit is contained in:
wusheng 2018-03-02 19:06:37 +08:00
parent 56fd10949e
commit 6b04ad6583
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
<!-- Agent repackage into the dist -->
<fileSet>
<directory>${project.basedir}/../packages/skywalking-agent</directory>
<directory>${project.basedir}/../skywalking-agent</directory>
<outputDirectory>/agent</outputDirectory>
</fileSet>
</fileSets>