You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2023/03/13 14:37:30 UTC

[skywalking] branch kezhenxu94-patch-1 created (now b625fc9c0b)

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

kezhenxu94 pushed a change to branch kezhenxu94-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git


      at b625fc9c0b Update pom.xml

This branch includes the following new commits:

     new b625fc9c0b Update pom.xml

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking] 01/01: Update pom.xml

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch kezhenxu94-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit b625fc9c0b5efa467ea00c2e1b5e7deac007df1a
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Mon Mar 13 22:37:15 2023 +0800

    Update pom.xml
---
 pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 93f78857d7..4caa26daea 100755
--- a/pom.xml
+++ b/pom.xml
@@ -192,6 +192,8 @@
         <skipUTs>false</skipUTs>
 
         <system-stubs.version>2.0.2</system-stubs.version>
+
+        <delombok.output.dir>${project.build.directory}/delombok</delombok.output.dir>
     </properties>
 
     <dependencies>
@@ -489,7 +491,7 @@
                 <configuration>
                     <sourceDirectory>${project.basedir}/src/main/java</sourceDirectory>
                     <addOutputDirectory>false</addOutputDirectory>
-                    <outputDirectory>${project.build.directory}/delombok</outputDirectory>
+                    <outputDirectory>${delombok.output.dir}</outputDirectory>
                     <encoding>UTF-8</encoding>
                 </configuration>
                 <executions>
@@ -513,7 +515,7 @@
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <configuration>
                     <sourcepath>
-                        ${project.build.directory}/generated-sources/delombok;
+                        ${delombok.output.dir};
                         ${project.build.directory}/generated-sources/protobuf/java;
                         ${project.build.directory}/generated-sources/protobuf/grpc-java;
                         ${project.build.directory}/generated-sources/antlr4;;