This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris-spark-connector.git
commit 95d494c9d83968efd137e1ef7cc68f8397c5c9d7 Author: Mingyu Chen <morningman....@gmail.com> AuthorDate: Tue Nov 16 18:37:54 2021 +0800 [License] Add License header for missing files (#7130) 1. Add License header for missing files 2. Modify the spark pom.xml to correct the location of `thrift` --- pom.xml | 2 +- pom_3.0.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2c41bfc..a030d92 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ <maven-javadoc-plugin.version>3.3.0</maven-javadoc-plugin.version> <maven-source-plugin.version>3.2.1</maven-source-plugin.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <doris.thirdparty>${basedir}/../../thirdparty</doris.thirdparty> + <doris.thirdparty>${env.DORIS_THIRDPARTY}</doris.thirdparty> </properties> <profiles> diff --git a/pom_3.0.xml b/pom_3.0.xml index 25aa355..e2aaded 100644 --- a/pom_3.0.xml +++ b/pom_3.0.xml @@ -37,7 +37,7 @@ <maven-javadoc-plugin.version>3.3.0</maven-javadoc-plugin.version> <maven-source-plugin.version>3.2.1</maven-source-plugin.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <doris.thirdparty>${basedir}/../../thirdparty</doris.thirdparty> + <doris.thirdparty>${env.DORIS_THIRDPARTY}</doris.thirdparty> </properties> <profiles> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org