On 18 November 2011 13:01, sebb <seb...@gmail.com> wrote:
> On 18 November 2011 12:38, Mladen Truk <mt...@apache.org> wrote:
>> On 11/18/2011 12:57 PM, sebb wrote:
>>>
>>> mvn deploy -Prelease -Ptest-deploy
>>
>> Uploaded produced artifacts to:
>> http://people.apache.org/~mturk/daemon-1.0.8/deploy/
>
> Thanks.
>
>> Is that enough?
>
> I need to check if I can add those to Nexus for the eventual release.
> Will get back to you shortly.

Looks OK.

I was able to bundle up the Maven jars you created with your sigs:

https://repository.apache.org/content/repositories/orgapachecommons-218/

==

For completeness, this is how I did it:
1) Downloaded the jars and pom and .asc files from the deploy URL into
COMMONS_DAEMON_1_0_8_RC1/target

2) $ mvn mvn repository:bundle-create
[answer 0]

This creates a bundle under target/

3) Use Nexus bundle upload.
This failed to verify the pom sig.
This was because it had taken the CRLF pom from my workspace, so I
3a) replaced the bundle pom.xml with the one from target.
I could have updated the local pom.xml instead and rebundled.

Nexus creates the hashes automatically
4) Unfortunately it creates them for .asc files as well, so I deleted
those manually in Nexus.

>> mvn deploy -Prelease fails with
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy
>> ...
>> Return code is: 401
>
> Perhaps you have not set up login details for SVN.
>
> See: http://wiki.apache.org/commons/UsingNexus#Preparations_for_using_Nexus
>
> These are also needed for publishing the website using Maven.
>
>>
>> Regards
>> --
>> ^TM
>>
>

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

Reply via email to