From ad496be50c6a545cd4ed6b394f82dfa10d93de27 Mon Sep 17 00:00:00 2001 From: yanrongzhen Date: Sun, 14 May 2023 16:03:48 +0800 Subject: [PATCH] Modify the output name of the agent. (#1270) --- .gitignore | 2 +- .../threadpool/hippo4j-agent-bootstrap/pom.xml | 16 ++++++++-------- agents/threadpool/hippo4j-agent-plugin/pom.xml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index afd66f5e..3435ace4 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ target/ !**/dist/ ### Agent ### -/hippo4j-agent/hippo4j-agent/ +agent-dist/ **/dependency-reduced-pom.xml ### STS ### diff --git a/agents/threadpool/hippo4j-agent-bootstrap/pom.xml b/agents/threadpool/hippo4j-agent-bootstrap/pom.xml index 33b5556f..6dddcc4f 100644 --- a/agents/threadpool/hippo4j-agent-bootstrap/pom.xml +++ b/agents/threadpool/hippo4j-agent-bootstrap/pom.xml @@ -29,7 +29,7 @@ - hippo4j-agent + hippo4j-threadpool-agent maven-shade-plugin @@ -96,7 +96,7 @@ - + @@ -108,12 +108,12 @@ - - - - - - + + + + + + diff --git a/agents/threadpool/hippo4j-agent-plugin/pom.xml b/agents/threadpool/hippo4j-agent-plugin/pom.xml index b2064ffa..a49097de 100644 --- a/agents/threadpool/hippo4j-agent-plugin/pom.xml +++ b/agents/threadpool/hippo4j-agent-plugin/pom.xml @@ -23,7 +23,7 @@ net.bytebuddy ${shade.package}.${shade.net.bytebuddy.source} - ${project.build.directory}${sdk.plugin.related.dir}/../../../hippo4j-agent + ${project.build.directory}${sdk.plugin.related.dir}/../../../agent-dist ${agent.package.dest.dir}/plugins