Taylor,
I updated the README of storm-kafka with information on how to build
for Scala 2.10, based on your information below.
FYI: In my testing -- using the approach at [1] to print the values of
maven properties to console -- using `-DscalaVersion=2.10.3
-DkafkaArtifact=kafka_2.10` did not set the scalaVersion, kafkaArtifact,
and envClassifier properties to the expected values. But activating the
`Scala-2.10` profile did. Hence I only mention the profile-based
approach in the README for now.
Btw, we may want to bump the Scala version in pom.xml from 2.10.3 to
2.10.4.
Michael
[1] http://stackoverflow.com/a/12389296/1743580
On 2014-05-21 23:48, P. Taylor Goetz wrote:
If you build yourself, you can do the following:
mvn install -DscalaVersion=2.10.3 -DkafkaArtifact=kafka_2.10
- Taylor