LuciferYang commented on PR #41882:
URL: https://github.com/apache/spark/pull/41882#issuecomment-1628040570
@amaliujia Sorry to late reply, we need add
```
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
<execution>
<id>add-sources</id>
<phase>generate-sources</phase>
<goals>
<goal>add-source</goal>
</goals>
<configuration>
<sources>
<source>src/main/scala-${scala.binary.version}</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
```
to pom.xml like
https://github.com/apache/spark/blob/4bec3114c3cb6c49eff3c2c853e58ef239d0bacf/sql/catalyst/pom.xml#L191-L207
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]