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 4f046e7f43 Fix wrong phase of delombok plugin to reduce build warnings 
(#12599)
4f046e7f43 is described below

commit 4f046e7f43dff89adb07b2df4720301fbc335114
Author: kezhenxu94 <kezhenx...@apache.org>
AuthorDate: Sat Sep 7 18:44:34 2024 +0800

    Fix wrong phase of delombok plugin to reduce build warnings (#12599)
---
 docs/en/changes/changes.md | 1 +
 pom.xml                    | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md
index db4d10bbf1..ae5da74bdf 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -8,6 +8,7 @@
 * Push snapshot data-generator docker image to ghcr.io.
 * Bump up skywalking-infra-e2e to work around GHA removing `docker-compose` v1.
 * Bump up CodeQL GitHub Actions.
+* Fix wrong phase of delombok plugin to reduce build warnings.
 
 #### OAP Server
 
diff --git a/pom.xml b/pom.xml
index 072320c25e..596b57b204 100755
--- a/pom.xml
+++ b/pom.xml
@@ -534,7 +534,7 @@
                 </configuration>
                 <executions>
                     <execution>
-                        <phase>generate-sources</phase>
+                        <phase>compile</phase>
                         <goals>
                             <goal>delombok</goal>
                         </goals>

Reply via email to