Mladen Kovacevic has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/4628

Change subject: kudu-spark pom.xml has malformed artifactId
......................................................................

kudu-spark pom.xml has malformed artifactId

The pom.xml file in the kudu-spark directory has a malformed artifactId
that yields the following warning when building:

'artifactId' contains an expression but should be a constant.
@ org.apache.kudu:kudu-spark_${scala.binary.version}:[unknown-version]

It seems like maven doesn't like having an expression in there, and even
if we put the properties to appear before the artifactId, it still
complains.

Adding a hardcoded value to match the intended scala.binary.version
value.

Change-Id: I9b2a466dc0204aada28f8e72ba6f0a05fbb6fd05
---
M java/kudu-spark/pom.xml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/28/4628/1
-- 
To view, visit http://gerrit.cloudera.org:8080/4628
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9b2a466dc0204aada28f8e72ba6f0a05fbb6fd05
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Mladen Kovacevic <[email protected]>

Reply via email to