Skip to content

Commit ee3a4b5

Browse files
adityakishorejacques-n
authored andcommitted
DRILL-1234: Building Drill from source distribution fails
1 parent 98b208e commit ee3a4b5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

distribution/src/assemble/bin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<outputDirectory/>
119119
</file>
120120
<file>
121-
<source>target/classes/git.properties</source>
121+
<source>../git.properties</source>
122122
<outputDirectory/>
123123
</file>
124124
<file>

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@
268268
<groupId>pl.project13.maven</groupId>
269269
<artifactId>git-commit-id-plugin</artifactId>
270270
<version>2.1.9</version>
271+
<inherited>false</inherited>
271272
<executions>
272273
<execution>
273274
<goals>
@@ -281,7 +282,7 @@
281282
<verbose>true</verbose>
282283
<skipPoms>false</skipPoms>
283284
<generateGitPropertiesFile>true</generateGitPropertiesFile>
284-
<generateGitPropertiesFilename>target/classes/git.properties</generateGitPropertiesFilename>
285+
<generateGitPropertiesFilename>./git.properties</generateGitPropertiesFilename>
285286
<failOnNoGitDirectory>false</failOnNoGitDirectory>
286287
<gitDescribe>
287288
<skip>false</skip>

0 commit comments

Comments
 (0)