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/
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]
