You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Lionel PASQUIER <lp...@omnikles.com> on 2004/12/16 17:31:26 UTC

jar downloaded are not jar but md5?

Hello,

I had a trouble that occured from time to time, that now happens too often.

When I launch any maven command, maven downloads the jars it needs (for itself or for the project).
But many of these downloaded jars are not the correct one and weight always 17 183 KB.
After a bit of search it appears that it is the md5 corresponding to the jar!

Does this happened to any of you? How do I solve this?

Lionel

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


Re: jar downloaded are not jar but md5?

Posted by Lionel Pasquier <lp...@omnikles.com>.
I found out, if any is interested to know:

I had this in my project.properties:
maven.repo.remote=http://maven.mycompany.com/ <http://maven.oks/> #, 
http://www.ibiblio.org/maven/

the "#" lead to the bug. I changed it for
maven.repo.remote=http://maven.oks/
#, http://www.ibiblio.org/maven/
and it worked.

Lionel


Lionel PASQUIER wrote:

> Hello,
>
> I had a trouble that occured from time to time, that now happens too 
> often.
>
> When I launch any maven command, maven downloads the jars it needs 
> (for itself or for the project).
> But many of these downloaded jars are not the correct one and weight 
> always 17 183 KB.
> After a bit of search it appears that it is the md5 corresponding to 
> the jar!
>
> Does this happened to any of you? How do I solve this?
>
> Lionel
>
> ---------------------------------------------------------------------
> 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