Github user pravingadakh commented on a diff in the pull request:
https://github.com/apache/spark/pull/12416#discussion_r60448406
--- Diff: common/tags/pom.xml ---
@@ -46,5 +46,24 @@
<build>
<outputDirectory>target/scala-${scala.binary.version}/classes</outputDirectory>
<testOutputDirectory>target/scala-${scala.binary.version}/test-classes</testOutputDirectory>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <goals><goal>add-source</goal></goals>
+ <configuration>
+ <sources>
+ <source>src/main/java</source>
--- End diff --
We moved existing test annotations under `common/tags` from `src/main`
package to `src/test` package, thus those annotation imports will not work as
is, since by default `src/test` will be treated as test sources directory
unless we explicitly mark it as sources directory.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]