[ http://jira.codehaus.org/browse/MAVENUPLOAD-892?page=all ]
     
Carlos Sanchez closed MAVENUPLOAD-892:
--------------------------------------

     Assign To: Carlos Sanchez
    Resolution: Fixed

Thanks
Next time can you please provide also checksums?

This should be easy
for f in `find . -type f` ; do
  md5sum $f > $f.md5;
  sha1sum $f > $f.sha1;
done


> sources and javadoc pack
> ------------------------
>
>          Key: MAVENUPLOAD-892
>          URL: http://jira.codehaus.org/browse/MAVENUPLOAD-892
>      Project: maven-upload-requests
>         Type: Task

>     Reporter: fabrizio giustina
>     Assignee: Carlos Sanchez

>
>
> the following zip contains a few source and javadoc jars for projects 
> actually available in the maven 2 repo. Files are store with the full m2 
> repository structure
> http://magnolia.sourceforge.net/bundles/sources-m2-repo.zip

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to