You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Marko A. Rodriguez (JIRA)" <ji...@apache.org> on 2015/04/01 16:52:53 UTC

[jira] [Commented] (INFRA-9293) Allow Tinkerpop incubator project to publish to repository.apache.org

    [ https://issues.apache.org/jira/browse/INFRA-9293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14390728#comment-14390728 ] 

Marko A. Rodriguez commented on INFRA-9293:
-------------------------------------------

This is no working for me either:

{code}
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.1:deploy (default-deploy) on project tinkerpop: Failed to deploy artifacts: Could not transfer artifact org.apache.tinkerpop:tinkerpop:pom:3.0.0-20150401.145103-57 from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Access denied to: https://repository.apache.org/content/repositories/snapshots/org/apache/tinkerpop/tinkerpop/3.0.0-SNAPSHOT/tinkerpop-3.0.0-20150401.145103-57.pom -> [Help 1]
{code}

I also did:

Note that I did add the appropriate <server> element: 

{code}
 <server> 
      <id>apache.snapshots.https</id> 
      <username>...</username> 
      <password>...</password> 
 </server> 
{code}

> Allow Tinkerpop incubator project to publish to repository.apache.org
> ---------------------------------------------------------------------
>
>                 Key: INFRA-9293
>                 URL: https://issues.apache.org/jira/browse/INFRA-9293
>             Project: Infrastructure
>          Issue Type: Task
>          Components: Nexus
>            Reporter: Matt Franklin
>
> The Tinkerpop project needs to be able to publish artifacts to Nexus.  



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