Maven problem with invalid jar file which is actually html
Posted
by fei
on Stack Overflow
See other posts from Stack Overflow
or by fei
Published on 2010-03-18T23:11:28Z
Indexed on
2010/03/19
0:21 UTC
Read the original article
Hit count: 569
i'm running into a problem in my maven build recently, that it downloads a jar file for the javamail-1.4.jar or something, but it turns out the file is not a real jar file, it's actually a html with a link to where to get the correct jar.
it seems to be the repo has changed for that. but in my maven setting everything is supposely to go to our internal repo, i don't know how did that happen. but anyways, more importantly, how do i fix this problem so that it will download the correct jar file on a fresh install?
thanks!
© Stack Overflow or respective owner