Jake Maes created SAMZA-1000:
--------------------------------
Summary: Hello-samza latest is broken after Samza 10.1 release
Key: SAMZA-1000
URL: https://issues.apache.org/jira/browse/SAMZA-1000
Project: Samza
Issue Type: Bug
Reporter: Jake Maes
After the samza 10.1 release, the hello-samza latest branch was updated to
point to samza 0.11.0-SNAPSHOT. However, when running ```mvn clean package```
it now produces the error below. I edited the pom.xml to point to
0.10.1-SNAPSHOT and that works fine, so I suspect that there is a problem with
the 11.0 SNAPSHOT in maven. [~nickpan47] any thoughts?
Error:
[ERROR] Failed to execute goal on project hello-samza: Could not resolve
dependencies for project org.apache.samza:hello-samza:jar:0.11.0: Failed to
collect dependencies at org.apache.samza:samza-api:jar:0.11.0-SNAPSHOT: Failed
to read artifact descriptor for org.apache.samza:samza-api:jar:0.11.0-SNAPSHOT:
Could not transfer artifact org.apache.samza:samza-api:pom:0.11.0-SNAPSHOT
from/to scala-tools.org (https://oss.sonatype.org/content/groups/scala-tools):
Access denied to:
https://oss.sonatype.org/content/groups/scala-tools/org/apache/samza/samza-api/0.11.0-SNAPSHOT/samza-api-0.11.0-SNAPSHOT.pom
, ReasonPhrase:Forbidden. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)