You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2019/01/16 00:06:40 UTC

[incubator-pinot] 01/01: Fix the build failure when installing inside the sub-module

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 <xa...@linkedin.com>
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: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org