This is an automated email from the ASF dual-hosted git repository.
liuhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-agent-test-tool.git
The following commit(s) were added to refs/heads/master by this push:
new b22b7d8 fix(solid the tar name to avoid assembly id infection) (#62)
b22b7d8 is described below
commit b22b7d8ba62dabdd8db1ecc52da6178b063edff7
Author: hao <[email protected]>
AuthorDate: Sun Sep 14 17:24:58 2025 +0800
fix(solid the tar name to avoid assembly id infection) (#62)
---
mock-collector/pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/mock-collector/pom.xml b/mock-collector/pom.xml
index d1edba4..c97419d 100644
--- a/mock-collector/pom.xml
+++ b/mock-collector/pom.xml
@@ -169,6 +169,8 @@
<descriptor>src/main/assembly/assembly.xml</descriptor>
</descriptors>
<outputDirectory>${project.basedir}/../dist</outputDirectory>
+ <finalName>skywalking-mock-collector</finalName>
+ <appendAssemblyId>false</appendAssemblyId>
</configuration>
</execution>
</executions>