Re: Missing javax.servlet:jstl:1.2

2011-06-22 Thread Juven Xu
The old jstl 1.2 in central was wrong, so I deleted it and get help from Oracle to deploy a correct version. more info here: https://issues.sonatype.org/browse/MVNCENTRAL-71 On Tue, Jun 21, 2011 at 1:42 AM, Mark Struberg wrote: > actually I think javax.jstl NEVER have been on maven.central. > I

Re: Recommended procedure for fixing hash file syntax

2010-04-29 Thread Juven Xu
t; reporting it? > e.g. via an issue tracker? > > On 29/04/2010, Juven Xu wrote: > > checksums on pgp signautes are deleted. > > > > > > On Wed, Apr 28, 2010 at 11:34 PM, sebb wrote: > > > > > On 28/04/2010, Juven Xu wrote: > > > > O

Re: Recommended procedure for fixing hash file syntax

2010-04-28 Thread Juven Xu
checksums on pgp signautes are deleted. On Wed, Apr 28, 2010 at 11:34 PM, sebb wrote: > On 28/04/2010, Juven Xu wrote: > > On Wed, Apr 28, 2010 at 11:05 PM, sebb wrote: > > > > > On 28/04/2010, Juven Xu wrote: > > > > you can use these shell script

Re: Recommended procedure for fixing hash file syntax

2010-04-28 Thread Juven Xu
On Wed, Apr 28, 2010 at 11:05 PM, sebb wrote: > On 28/04/2010, Juven Xu wrote: > > you can use these shell scripts: > > > > find . -type f | xargs -i sh -c 'sha1sum {} | cut -d " " -f1 > {}.sha1' > > find . -type f | xargs -i sh -c '

Re: Recommended procedure for fixing hash file syntax

2010-04-28 Thread Juven Xu
you can use these shell scripts: find . -type f | xargs -i sh -c 'sha1sum {} | cut -d " " -f1 > {}.sha1' find . -type f | xargs -i sh -c 'md5sum {} | cut -d " " -f1 > {}.md5' release artifacts and their hashes in central will never be updated unless manual fix is needed if your artifacts' hashes

Re: maven-archetype-plugin 2.0-beta-5 and Central

2010-04-27 Thread Juven Xu
I just created a cli tool using code from nexus-archetype-plugin, and updated the central archetype catalog with latest central index The nexus-archetype-plugin is open sourced: http://scm.sonatype.org/repobrowser.svn?path=/trunk/&revision=HEAD&name=Nexus-plugins I will clean up the cli code and

Re: repository.apache.org, gpg signatures and site:attach-descriptor

2010-01-13 Thread Juven Xu
What I saw is some of those staged artifacts were missing signatures. Nexus works correctly, it only complained the missing ones, not all. On Wed, Jan 13, 2010 at 2:32 PM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > 2010/1/13 Brian Fox : > > We should definitely fix this, both in