[
https://issues.apache.org/jira/browse/MAHOUT-1999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16243355#comment-16243355
]
ASF GitHub Bot commented on MAHOUT-1999:
----------------------------------------
Github user andrewpalumbo commented on a diff in the pull request:
https://github.com/apache/mahout/pull/350#discussion_r149566694
--- Diff: pom.xml ---
@@ -842,13 +842,22 @@
<module>mr</module>
<module>integration</module>
<module>examples</module>
- <module>distribution</module>
+
<module>math-scala</module>
<module>spark</module>
<module>h2o</module>
</modules>
<profiles>
+ <profile>
+ <id>distribution</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
--- End diff --
this, I would think should default to false.
> Automate Release Process with Build Script
> ------------------------------------------
>
> Key: MAHOUT-1999
> URL: https://issues.apache.org/jira/browse/MAHOUT-1999
> Project: Mahout
> Issue Type: Improvement
> Components: build
> Affects Versions: 0.13.2
> Reporter: Trevor Grant
> Assignee: Trevor Grant
>
> With the proliferation of binaries across multiple Scala / Spark versions- a
> release script should be implemented to support multiple builds.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)