Skip to content

Commit e64c110

Browse files
wangyumsrowen
authored andcommitted
[MINOR][BUILD] Remove useless add-source
## What changes were proposed in this pull request? The source directory(`sql/hive-thriftserver/v${hive.version.short}/src/main/scala`) removed from [SPARK-6909](https://issues.apache.org/jira/browse/SPARK-6909) and [SPARK-7850](https://issues.apache.org/jira/browse/SPARK-7850). We should also remove the `add-source`. It seems that removed this `add-source` makes it easier to import `src/gen` source code in IDEA: ![image](https://user-images.githubusercontent.com/5399861/53715396-a967b380-3e8c-11e9-8aa1-c59d819b4c06.png) ![image](https://user-images.githubusercontent.com/5399861/53715402-acfb3a80-3e8c-11e9-8aa9-a716931160c6.png) ## How was this patch tested? manual tests Closes #23949 from wangyum/SPARK-7850. Authored-by: Yuming Wang <[email protected]> Signed-off-by: Sean Owen <[email protected]>
1 parent 68fa601 commit e64c110

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

sql/hive-thriftserver/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -120,18 +120,6 @@
120120
<groupId>org.codehaus.mojo</groupId>
121121
<artifactId>build-helper-maven-plugin</artifactId>
122122
<executions>
123-
<execution>
124-
<id>add-default-sources</id>
125-
<phase>generate-sources</phase>
126-
<goals>
127-
<goal>add-source</goal>
128-
</goals>
129-
<configuration>
130-
<sources>
131-
<source>v${hive.version.short}/src/main/scala</source>
132-
</sources>
133-
</configuration>
134-
</execution>
135123
<execution>
136124
<id>add-source</id>
137125
<phase>generate-sources</phase>

0 commit comments

Comments
 (0)