You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Kurt T Stam <ku...@gmail.com> on 2012/01/25 03:00:21 UTC

release plugin and singing (missing MD5 and SHA1)

Hi guys,

I'm trying to release Apache Scout and it is creating signed (.asc) 
files, but not the MD5 and SHA1 hash files. Last time it did, I must be 
doing something different.

I'm running

mvn clean install -Papache-release

Any hint would be very welcome!

Cheers,

--Kurt

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: release plugin and singing (missing MD5 and SHA1)

Posted by Kurt T Stam <ku...@gmail.com>.
Turns out I wasn't using maven 3.0.3 but a 3.0.4-SNAPSHOT. When I 
figured that out and went back to 3.0.3
things are working.

Cheers,

-Kurt

On 1/24/12 9:48 PM, Kurt T Stam wrote:
> Actually that command seems to make the hash files in my local repo, 
> however
>
> mvn release:preform -Papache-release
>
> does not in the nexus repo; when I go to close the release in nexus is 
> says
>
>
>       Staging ruleset evaluation on repository 'org.apache.juddi-129
>       (u:kstam, a:24.34.53.124)' has failed.
>
>
>       Staging Checksum Validation
>
>     -*Missing SHA1:* 
> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4-source-release.tar.gz.sha1'.
>     -*Missing MD5:* 
> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4-source-release.tar.gz.md5.'
>     -*Missing SHA1:* 
> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4.jar.sha1'.
>     -*Missing MD5:* 
> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4.jar.md5.'
>     -*Missing SHA1:* 
> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4-source-release.zip.sha1'.
>     -*Missing MD5:* 
> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4-source-release.zip.md5.'
>     -*Missing SHA1:* 
> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4-sources.jar.sha1'.
>     -*Missing MD5:* 
> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4-sources.jar.md5.'
>     -*Missing SHA1:* 
> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4-javadoc.jar.sha1'.
>     -*Missing MD5:* 
> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4-javadoc.jar.md5.'
>     -*Missing SHA1:* 
> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4.pom.sha1'.
>     -*Missing MD5:* 
> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4.pom.md5.'
>
>
>
>
> On 1/24/12 9:00 PM, Kurt T Stam wrote:
>> Hi guys,
>>
>> I'm trying to release Apache Scout and it is creating signed (.asc) 
>> files, but not the MD5 and SHA1 hash files. Last time it did, I must 
>> be doing something different.
>>
>> I'm running
>>
>> mvn clean install -Papache-release
>>
>> Any hint would be very welcome!
>>
>> Cheers,
>>
>> --Kurt
>


Re: release plugin and singing (missing MD5 and SHA1)

Posted by Kurt Stam <ku...@gmail.com>.
Hi Oliver, I've tried both 2.2.1 and 3.0.3.  

On Jan 25, 2012, at 3:15, Olivier Lamy <ol...@apache.org> wrote:

> which Maven version are you using ?
> 
> 2012/1/25 Kurt T Stam <ku...@gmail.com>:
>> Actually that command seems to make the hash files in my local repo, however
>> 
>> mvn release:preform -Papache-release
>> 
>> does not in the nexus repo; when I go to close the release in nexus is says
>> 
>> 
>>     Staging ruleset evaluation on repository 'org.apache.juddi-129
>>     (u:kstam, a:24.34.53.124)' has failed.
>> 
>> 
>>     Staging Checksum Validation
>> 
>>    -*Missing SHA1:*
>> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4-source-release.tar.gz.sha1'.
>>    -*Missing MD5:*
>> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4-source-release.tar.gz.md5.'
>>    -*Missing SHA1:*
>> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4.jar.sha1'.
>>    -*Missing MD5:*
>> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4.jar.md5.'
>>    -*Missing SHA1:*
>> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4-source-release.zip.sha1'.
>>    -*Missing MD5:*
>> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4-source-release.zip.md5.'
>>    -*Missing SHA1:*
>> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4-sources.jar.sha1'.
>>    -*Missing MD5:*
>> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4-sources.jar.md5.'
>>    -*Missing SHA1:*
>> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4-javadoc.jar.sha1'.
>>    -*Missing MD5:*
>> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4-javadoc.jar.md5.'
>>    -*Missing SHA1:*
>> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4.pom.sha1'.
>>    -*Missing MD5:*
>> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4.pom.md5.'
>> 
>> 
>> 
>> 
>> 
>> On 1/24/12 9:00 PM, Kurt T Stam wrote:
>>> 
>>> Hi guys,
>>> 
>>> I'm trying to release Apache Scout and it is creating signed (.asc) files,
>>> but not the MD5 and SHA1 hash files. Last time it did, I must be doing
>>> something different.
>>> 
>>> I'm running
>>> 
>>> mvn clean install -Papache-release
>>> 
>>> Any hint would be very welcome!
>>> 
>>> Cheers,
>>> 
>>> --Kurt
>> 
>> 
> 
> 
> 
> -- 
> Olivier Lamy
> Talend: http://coders.talend.com
> http://twitter.com/olamy | http://linkedin.com/in/olamy
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: release plugin and singing (missing MD5 and SHA1)

Posted by Olivier Lamy <ol...@apache.org>.
which Maven version are you using ?

2012/1/25 Kurt T Stam <ku...@gmail.com>:
> Actually that command seems to make the hash files in my local repo, however
>
> mvn release:preform -Papache-release
>
> does not in the nexus repo; when I go to close the release in nexus is says
>
>
>     Staging ruleset evaluation on repository 'org.apache.juddi-129
>     (u:kstam, a:24.34.53.124)' has failed.
>
>
>     Staging Checksum Validation
>
>    -*Missing SHA1:*
> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4-source-release.tar.gz.sha1'.
>    -*Missing MD5:*
> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4-source-release.tar.gz.md5.'
>    -*Missing SHA1:*
> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4.jar.sha1'.
>    -*Missing MD5:*
> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4.jar.md5.'
>    -*Missing SHA1:*
> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4-source-release.zip.sha1'.
>    -*Missing MD5:*
> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4-source-release.zip.md5.'
>    -*Missing SHA1:*
> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4-sources.jar.sha1'.
>    -*Missing MD5:*
> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4-sources.jar.md5.'
>    -*Missing SHA1:*
> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4-javadoc.jar.sha1'.
>    -*Missing MD5:*
> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4-javadoc.jar.md5.'
>    -*Missing SHA1:*
> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4.pom.sha1'.
>    -*Missing MD5:*
> '/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4.pom.md5.'
>
>
>
>
>
> On 1/24/12 9:00 PM, Kurt T Stam wrote:
>>
>> Hi guys,
>>
>> I'm trying to release Apache Scout and it is creating signed (.asc) files,
>> but not the MD5 and SHA1 hash files. Last time it did, I must be doing
>> something different.
>>
>> I'm running
>>
>> mvn clean install -Papache-release
>>
>> Any hint would be very welcome!
>>
>> Cheers,
>>
>> --Kurt
>
>



-- 
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: release plugin and singing (missing MD5 and SHA1)

Posted by Kurt T Stam <ku...@gmail.com>.
Actually that command seems to make the hash files in my local repo, however

mvn release:preform -Papache-release

does not in the nexus repo; when I go to close the release in nexus is says


      Staging ruleset evaluation on repository 'org.apache.juddi-129
      (u:kstam, a:24.34.53.124)' has failed.


      Staging Checksum Validation

     -*Missing SHA1:* 
'/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4-source-release.tar.gz.sha1'.
     -*Missing MD5:* 
'/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4-source-release.tar.gz.md5.'
     -*Missing SHA1:* 
'/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4.jar.sha1'.
     -*Missing MD5:* 
'/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4.jar.md5.'
     -*Missing SHA1:* 
'/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4-source-release.zip.sha1'.
     -*Missing MD5:* 
'/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4-source-release.zip.md5.'
     -*Missing SHA1:* 
'/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4-sources.jar.sha1'.
     -*Missing MD5:* 
'/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4-sources.jar.md5.'
     -*Missing SHA1:* 
'/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4-javadoc.jar.sha1'.
     -*Missing MD5:* 
'/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4-javadoc.jar.md5.'
     -*Missing SHA1:* 
'/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4.pom.sha1'.
     -*Missing MD5:* 
'/org/apache/juddi/scout/scout/1.2.4/scout-1.2.4.pom.md5.'




On 1/24/12 9:00 PM, Kurt T Stam wrote:
> Hi guys,
>
> I'm trying to release Apache Scout and it is creating signed (.asc) 
> files, but not the MD5 and SHA1 hash files. Last time it did, I must 
> be doing something different.
>
> I'm running
>
> mvn clean install -Papache-release
>
> Any hint would be very welcome!
>
> Cheers,
>
> --Kurt