You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Andreas Veithen (JIRA)" <ji...@apache.org> on 2010/08/29 12:49:53 UTC

[jira] Reopened: (INFRA-2939) Nexus access for Axis2

     [ https://issues.apache.org/jira/browse/INFRA-2939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen reopened INFRA-2939:
------------------------------------


Staging failed with the follow error:

[INFO] [INFO] Error deploying artifact: Failed to transfer file: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/axis2/axis2-parent/1.5.2/axis2-parent-1.5.2.pom. Return code is: 401

My settings.xml is correct (worked for the Axiom 1.2.9 release):

    <servers>
        <server>
            <id>apache.releases.https</id>
            <username>veithen</username>
            <password>********</password>
        </server>
        <server>
            <id>apache.snapshots.https</id>
            <username>veithen</username>
            <password>********</password>
        </server>
    </servers>

Also, when logging into the Nexus UI, I don't see the Axis2 staging profile listed. There is something wrong either with the staging profile or with the groups in LDAP. Can you help us to identify the problem?

> Nexus access for Axis2
> ----------------------
>
>                 Key: INFRA-2939
>                 URL: https://issues.apache.org/jira/browse/INFRA-2939
>             Project: Infrastructure
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: Nexus
>            Reporter: Andreas Veithen
>            Assignee: Brian Fox
>
> The Apache Axis2 project (subproject of the Apache Axis TLP) would like to use Nexus to stage releases.
> The group ID of Axis2 is org.apache.axis2. We have a committer = PMC member policy, so that there is no need to define different roles for staging and promoting releases.
> Note that some time ago I asked the other subprojects (such as Rampart) if we should migrate all subprojects simultaneously and include their groupIds in the staging profile, but I didn't get any answer. Therefore, the groupId filter should be limited to org.apache.axis2. This will include the Axis2 core project (which is currently preparing the next release) and the Axis2 Transports project (which I will take care of). The other projects will continue to use the old release process or request migration later.
> Thanks in advance. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.