Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/12416#discussion_r60448721
--- 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 --
The plugin already knows about src/test though. I think your problem is
something else, like what's below or this: you have a problem with the new
directory structure. They're now under a directory called
"org.apache.spark.tags" instead of nested dirs "org/apache/spark/tags"
---
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]