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/13 07:46:22 UTC

[skywalking] 01/01: * Fix `Duplicate class found` due to the `delombok` goal.

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

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

commit 478a971c3dfabe5bef36cce8a8f9cfb25bb2c22f
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Mon Mar 13 15:46:04 2023 +0800

    * Fix `Duplicate class found` due to the `delombok` goal.
---
 docs/en/changes/changes.md | 1 +
 pom.xml                    | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md
index e229cead83..44b62ae03c 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -2,6 +2,7 @@
 
 #### Project
 
+* Fix `Duplicate class found` due to the `delombok` goal.
 
 #### OAP Server
 
diff --git a/pom.xml b/pom.xml
index 9bd1ada2cc..93f78857d7 100755
--- a/pom.xml
+++ b/pom.xml
@@ -489,6 +489,8 @@
                 <configuration>
                     <sourceDirectory>${project.basedir}/src/main/java</sourceDirectory>
                     <addOutputDirectory>false</addOutputDirectory>
+                    <outputDirectory>${project.build.directory}/delombok</outputDirectory>
+                    <encoding>UTF-8</encoding>
                 </configuration>
                 <executions>
                     <execution>