This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch es-bug
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/es-bug by this push:
new a3acac1 Change generated file path.
a3acac1 is described below
commit a3acac1ff4aa5b2116602f5e219ac36b9080b0e0
Author: Wu Sheng <[email protected]>
AuthorDate: Tue Oct 26 21:48:32 2021 +0800
Change generated file path.
---
oap-server/server-starter/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/oap-server/server-starter/pom.xml
b/oap-server/server-starter/pom.xml
index b9ef3e4..7f29462 100644
--- a/oap-server/server-starter/pom.xml
+++ b/oap-server/server-starter/pom.xml
@@ -29,7 +29,7 @@
<artifactId>server-starter</artifactId>
<properties>
-
<generateGitPropertiesFilename>${project.build.outputDirectory}/version.properties
+
<generateGitPropertiesFilename>${project.basedir}/src/main/resources/version.properties
</generateGitPropertiesFilename>
</properties>