[
https://issues.apache.org/jira/browse/MAHOUT-1999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16243353#comment-16243353
]
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_r149566271
--- Diff: distribution/pom.xml ---
@@ -39,6 +39,131 @@
<artifactId>exec-maven-plugin</artifactId>
<version>1.1.1</version>
<executions>
+ <!-- Various Scalas -->
+ <execution>
--- End diff --
builds cleanly for `scala-2.11.6`:
```mvn clean install -Dscala.compat.version=2.11 -Dscala.version=2.11.6
-Pviennacl -DskipTests``` running tests now..
> 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)