Repository: incubator-drill
Updated Branches:
  refs/heads/0.4.0-incubating 98b208e26 -> ee3a4b506


DRILL-1234: Building Drill from source distribution fails


Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/ee3a4b50
Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/ee3a4b50
Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/ee3a4b50

Branch: refs/heads/0.4.0-incubating
Commit: ee3a4b50692ee48e58ff05e67a118ea626a078d5
Parents: 98b208e
Author: Aditya Kishore <adi...@maprtech.com>
Authored: Thu Jul 31 02:02:45 2014 -0700
Committer: Jacques Nadeau <jacq...@apache.org>
Committed: Thu Jul 31 07:40:14 2014 -0700

----------------------------------------------------------------------
 distribution/src/assemble/bin.xml | 2 +-
 pom.xml                           | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/ee3a4b50/distribution/src/assemble/bin.xml
----------------------------------------------------------------------
diff --git a/distribution/src/assemble/bin.xml 
b/distribution/src/assemble/bin.xml
index f66544a..e941f4c 100644
--- a/distribution/src/assemble/bin.xml
+++ b/distribution/src/assemble/bin.xml
@@ -118,7 +118,7 @@
       <outputDirectory/>
     </file>
     <file>
-      <source>target/classes/git.properties</source>
+      <source>../git.properties</source>
       <outputDirectory/>
     </file>
     <file>

http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/ee3a4b50/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b3017b6..1b4bed9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -268,6 +268,7 @@
         <groupId>pl.project13.maven</groupId>
         <artifactId>git-commit-id-plugin</artifactId>
         <version>2.1.9</version>
+        <inherited>false</inherited>
         <executions>
           <execution>
             <goals>
@@ -281,7 +282,7 @@
           <verbose>true</verbose>
           <skipPoms>false</skipPoms>
           <generateGitPropertiesFile>true</generateGitPropertiesFile>
-          
<generateGitPropertiesFilename>target/classes/git.properties</generateGitPropertiesFilename>
+          
<generateGitPropertiesFilename>./git.properties</generateGitPropertiesFilename>
           <failOnNoGitDirectory>false</failOnNoGitDirectory>
           <gitDescribe>
             <skip>false</skip>

Reply via email to