This is an automated email from the ASF dual-hosted git repository.
manhua pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/carbondata.git
The following commit(s) were added to refs/heads/master by this push:
new 4e57b73 [CARBONDATA-3888] Move .flattened-pom.xml to target folder
4e57b73 is described below
commit 4e57b73cf6b739a314ea15012800018520e3448f
Author: QiangCai <[email protected]>
AuthorDate: Sat Jul 4 21:13:24 2020 +0800
[CARBONDATA-3888] Move .flattened-pom.xml to target folder
Why is this PR needed?
after .flattened-pom.xml is generated in the project folder, it will impact
the project import of Intellij idea
What changes were proposed in this PR?
set outputDirectory of flatten-maven-plugin to project.build.directory
Does this PR introduce any user interface change?
No
Is any new testcase added?
No
This closes #3824
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 49ad5b5..7f85d0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -551,6 +551,7 @@
<artifactId>flatten-maven-plugin</artifactId>
<version>1.2.2</version>
<configuration>
+ <outputDirectory>${project.build.directory}</outputDirectory>
</configuration>
<executions>
<!-- enable flattening -->