[
https://issues.apache.org/jira/browse/SAMZA-306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14045319#comment-14045319
]
Chinmay Prakash Soman commented on SAMZA-306:
---------------------------------------------
I think I'm able to build it with 0.8.0-SNAPSHOT (I like this option better -
cause then people can simply download the current incubator-samza, publish and
get going).
The problem is for SNAPSHOT dependencies, you have to explicitly specify your
local repository like so:
<repository>
<id>my-local-repo</id>
<url>file://${user.home}/.m2/repository</url>
</repository>
Without this, maven simply gives up saying it cannot locate the dependency.
Pretty weird - but if you guys are OK, I'll submit a patch.
> hello-samza project is still referring to the 0.7.0 version of Samza jars
> -------------------------------------------------------------------------
>
> Key: SAMZA-306
> URL: https://issues.apache.org/jira/browse/SAMZA-306
> Project: Samza
> Issue Type: Bug
> Components: hello-samza
> Reporter: Chinmay Prakash Soman
> Assignee: Chinmay Prakash Soman
> Labels: newbie
>
> I'm getting build errors:
> [ERROR] Failed to execute goal on project samza-wikipedia: Could not resolve
> dependencies for project samza:samza-wikipedia:jar:0.7.0: The following
> artifacts could not be resolved: org.apache.samza:samza-api:jar:0.7.0,
> org.apache.samza:samza-kv_2.10:jar:0.7.0: Could not find artifact
> org.apache.samza:samza-api:jar:0.7.0 in apache-releases
> (https://repository.apache.org/content/groups/public) -> [Help 1]
> This is because the Samza jars moved to a newer version (0.8.0)
> https://issues.apache.org/jira/browse/SAMZA-304
--
This message was sent by Atlassian JIRA
(v6.2#6252)