This is an automated email from the ASF dual-hosted git repository. jackie pushed a commit to branch fix_sub_module_install in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
commit 7fdda128a608c5495db7f480a0b628069fbb8794 Author: Jackie (Xiaotian) Jiang <[email protected]> AuthorDate: Tue Jan 15 16:02:50 2019 -0800 Fix the build failure when installing inside the sub-module Make license.header always point to the root directory --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8e38579..6f21a3e 100644 --- a/pom.xml +++ b/pom.xml @@ -1034,7 +1034,7 @@ <artifactId>license-maven-plugin</artifactId> <version>2.8</version> <configuration> - <header>license.header</header> + <header>${basedir}/../license.header</header> <excludes> <!-- Text and log files --> <exclude>**/*.txt</exclude> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
