You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Steve Blackmon (JIRA)" <ji...@apache.org> on 2014/12/14 18:35:13 UTC

[jira] [Created] (INFRA-8871) Investigate write permissions for snapshots/releases of org.apache.streams:streams-project

Steve Blackmon created INFRA-8871:
-------------------------------------

             Summary: Investigate write permissions for snapshots/releases of org.apache.streams:streams-project
                 Key: INFRA-8871
                 URL: https://issues.apache.org/jira/browse/INFRA-8871
             Project: Infrastructure
          Issue Type: Task
            Reporter: Steve Blackmon
            Priority: Blocker


I'm getting the following error attempting to publish the first snapshot of streams-project:

Failed to deploy artifacts: Could not transfer artifact org.apache.streams:streams-project:pom:0.1-20141214.172726-1 from/to streams.snapshots (https://repository.apache.org/content/repositories/snapshots): Access denied to: https://repository.apache.org/content/repositories/snapshots/org/apache/streams/streams-project/0.1-SNAPSHOT/streams-project-0.1-20141214.172726-1.pom, ReasonPhrase: Forbidden.

The same failure occurs running release:perform

<!-- Release Properties -->
        <snapshot.repository.url>
            https://repository.apache.org/content/repositories/snapshots
        </snapshot.repository.url>
        <release.repository.url>
            https://repository.apache.org/service/local/staging/deploy/maven2
        </release.repository.url>

I've run all of these steps:
http://maven.apache.org/guides/mini/guide-encryption.html#How_to_encrypt_server_passwords

I am able to log into nexus.

Any ideas where the problem may be?

Thanks



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)