Hello,
Over the weekend, I downloaded I believe 1.6 or 1.7 Equinox [ struts,
hibernate, spring] combo. Anyway I was unable to get past the tests
because the pom did not contain my mysql driver. It contains the
postgres, but that isn't what I am running.
When I look at the existing pom, I see the postgres entry, but I am not
sure what to put in for the mysql entry? Is there a way or document that
explains the values that go into the file. I went to the mysql site, but
didn't see anything for maven there that shows the values.
Also, I was not running Maven on my home dev box, but it downloaded and
create a directory of all the jars under my ~/mvn/repository. That was
cool. I guess ant did that?
Thanks,
Scott
Here is postgres example:
<dependency>
<groupId>postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>8.1-404.jdbc3</version>
</dependency>