Github user avati commented on a diff in the pull request:
https://github.com/apache/spark/pull/996#discussion_r15770017
--- 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 --
After some trial, I tend to agree with @ScrapCodes, that if it is just a
warning we could probably ignore it and use variable names in artifactids.
Keeps things a lot simpler that way. Besides, it really doesn't seem like an
ugly hack to use variables in artifactid, somehow maven seems to be unhappy for
unknown reason.
---
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]