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:39 UTC

[incubator-pinot] branch fix_sub_module_install created (now 7fdda12)

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

jackie pushed a change to branch fix_sub_module_install
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


      at 7fdda12  Fix the build failure when installing inside the sub-module

This branch includes the following new commits:

     new 7fdda12  Fix the build failure when installing inside the sub-module

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.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


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

Posted by ja...@apache.org.
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