Github user ScrapCodes commented on a diff in the pull request:
https://github.com/apache/spark/pull/996#discussion_r15741984
--- 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 --
Maintaining a separate branch is difficult and requires sometimes non
trivial merges to keep it in sync.
I don't really know, what an archetype build which generates pom(s) for
different scala version mean.
I feel we can have some release scripts that can take care of releasing
maven poms with expression in artifact replaced by its corresponding constant.
This sort of thing sbt does natively. I think this is much better than
complicating the build further, because once we have an archetype we will have
to adjust sbt a great deal to accommodate it.
---
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]