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 09:21:40 UTC

[skywalking] branch master updated: Fix `Duplicate class found` due to the `delombok` goal. (#10532)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c74d21c96f Fix `Duplicate class found` due to the `delombok` goal. (#10532)
c74d21c96f is described below

commit c74d21c96fee0c830ef6f4e27b6f59fb61aafc70
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Mon Mar 13 17:21:21 2023 +0800

    Fix `Duplicate class found` due to the `delombok` goal. (#10532)
---
 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>