While some of what happened was pilot error, this bug also bit you: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-430
(a corrupt jar should never make it into the repository, the current download process checks the md5 after the file has already made it in). In part I guess this is a 1.1 fix because it depends on md5 checksums becoming mandatory.
khote wrote:
Yes, I've tried that, all the obvious things I could think of.
the struts-1.1.jar on http://www.ibiblio.org/maven/struts/jars/ is 486K. When I execute my build it downloads a file that is only 5kb. It has the name: struts-1.1.jar, but it is a text-file, in fact it is an html document listing the directory if you open it in a text editor.
Ok, part of the problem was the way I had the several urls' listed in the build.properties, I forgot the commas and only used the '\' to put them on separate lines. duh.
----- Original Message ----- From: <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, August 06, 2003 1:24 AM
Subject: Re: <dependency> and maven.remote.repos
<groupId>struts</groupId> <artifactId>struts</artifactId> <version>1.1</version>
"khote" <[EMAIL PROTECTED]> wrote on 06/08/2003 05:50:23 PM:
My project has a struts dependency, struts-1.1.jar is available on
ibiblio.
How exactly do I configure any of the <groupId>, <artifactId> ... etc.
in
the <dependencies>?
How about looking through other repositories, are groupId and artifactId important in a different directory structure on another source?
Dunno what u mean by that.
-- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
