Hi Antonio :)
thanks a lot for your help!!! During the final phase of release I
wasn't using profiles at all, I successfully previously pushed the
2.1-RC1/2 and now trying to finalize, but I that Auth problem blocked
me.
I'll fix my settings.xml and try again, I'll also subscribe to the
mail address you suggested as well.
Grazie, a presto!
Simo

http://people.apache.org/~simonetripodi/
http://www.99soft.org/



On Fri, Sep 24, 2010 at 10:14 AM, Antonio Petrelli
<antonio.petre...@gmail.com> wrote:
> 2010/9/24 Simone Tripodi <simone.trip...@gmail.com>:
>>> Hi all guys,
>>> following the wiki guide[1] for releases, when performing "E.2 Copy
>>> Artifacts from Staging" the build fails just after prompting my
>>> password (yes, I checked it twice); can someone help me please?
>>> Many thanks in advance, have a nice day!
>>> Simo
>
> There is a new mailing list about releases, release-disc...@apache.org
> However I can help here :-)
> Take a look at the commons-parent version 17:
> view-source:https://repository.apache.org/service/local/repositories/releases/content/org/apache/commons/commons-parent/17/commons-parent-17.pom
> I notice that there are distributionManagement elements under "rc" and
> "ci" profiles. Did you use one of those? If yes, don't please.
> This way (since commons-parent:17 depends on org.apache:apache:7) it
> is already connected to Nexus. What you need to do is adding a piece
> of XML in settings.xml:
>
> [snip]
>                <server>
>                  <id>apache.snapshots.https</id>
>                  <username>your_username</username>
>                  <password>your_password</password>
>                </server>
>                <!-- To stage a release of some part of Maven -->
>                <server>
>                  <id>apache.releases.https</id>
>                  <username>your_username</username>
>                  <password>your_password</password>
>                </server>
> [snap]
>
> HTH
> Antonio
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to