Github user markhamstra commented on a diff in the pull request:
https://github.com/apache/spark/pull/996#discussion_r15702768
--- Diff: assembly/pom.xml ---
@@ -26,7 +26,7 @@
</parent>
<groupId>org.apache.spark</groupId>
- <artifactId>spark-assembly_2.10</artifactId>
+ <artifactId>spark-assembly_${scala.binary.version}</artifactId>
--- End diff --
It's safe to ignore the warning if you want to use this kind of
parameterized artifactId in your local builds, but we can't do that in the
actual Apache source code and release builds. We may need to start using Maven
archetypes (essentially a preprocessing step that will generate the POMs) in
order to support cross-compiling for 2.10 and 2.11.
---
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.
---