[
https://issues.apache.org/jira/browse/MAHOUT-2018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16178025#comment-16178025
]
ASF GitHub Bot commented on MAHOUT-2018:
----------------------------------------
Github user andrewpalumbo commented on the issue:
https://github.com/apache/mahout/pull/341
As well we should pay attention to the maven warning:
```
[WARNING] The expression ${version} is deprecated. Please use
${project.version} instead.
```
@pferrel could this be the cause of your SBT parsing error?
> missing dash delimiter in mahout-spark module pom.xml
> -----------------------------------------------------
>
> Key: MAHOUT-2018
> URL: https://issues.apache.org/jira/browse/MAHOUT-2018
> Project: Mahout
> Issue Type: Bug
> Affects Versions: 0.13.1
> Reporter: Andrew Palumbo
> Assignee: Andrew Palumbo
> Fix For: 0.13.1
>
>
> {code}
> <copy
> file="target/mahout-spark_${scala.compat.version}-${version}-spark_${spark.compat.version}.jar"
>
> tofile="../mahout-spark_${scala.compat.version}-${version}spark_${spark.compat.version}.jar"
> />
> {code}
> is misnaming a jar on copy as e.g.:
> {{mahout-spark_1.3.1-SNAPSHOTspark_1.6.jar}}
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)