You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2023/03/09 02:26:18 UTC

[skywalking] branch 9.4.0-release updated: Fix compiling

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch 9.4.0-release
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/9.4.0-release by this push:
     new b745d1c26f Fix compiling
b745d1c26f is described below

commit b745d1c26f58f64544ce33e58d8aa717da10a20b
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Thu Mar 9 10:26:09 2023 +0800

    Fix compiling
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index aa53ae4593..dd564acdae 100755
--- a/pom.xml
+++ b/pom.xml
@@ -480,6 +480,7 @@
                 <version>1.18.20.0</version>
                 <configuration>
                     <sourceDirectory>${project.basedir}/src/main/java</sourceDirectory>
+                    <addOutputDirectory>false</addOutputDirectory>
                 </configuration>
                 <executions>
                     <execution>