On 5/20/05, Kristian Nordal <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I'm trying to set up the mysql-connector-java as a dependency. It's
> called mysql-connector-java-3.0.10-stable-bin. In Maven 1, I think I
> used to set mysql-connector-java as artifactId, and 3.0.10-stable-bin
> as versionId. If I do this in the m2 pom it will try to look for the
> artifact here:
> http://repo1.maven.org/maven2/mysql-connector-java/mysql-connector-java/3.0.10-stable-bin/
> But it's actually located here:
> http://repo1.maven.org/maven2/mysql-connector-java/mysql-connector-java/3.0.10/

Sorry, I used the wrong groupId, but the problems is more or less the
same. If you use version 3.0.10, it will download the pom but this pom
runs into the same problem.

http://www.ibiblio.org/maven2/mysql/mysql-connector-java/3.0.10/mysql-connector-java-3.0.10.pom

--
Kristian

> I assume that 3.0.10 is the correct name for the version directory, so
> is there any way around this?
> 
> --
> Thanks,
> Kristian
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to