I had to install the Oracle JDBC driver (ojdbc6) in my local repo for my integration tests. I ran "install:install-file" from the command line to install it, and then I inspected the hierarchy that created. It looks correct to me.
I then went back into Eclipse and tried to add a new dependency. When I entered "ojdbc" in the filter, it didn't show the new artifact that I installed. I tried clicking the "Refresh" icon in the graphical view of the POM. I also tried selecting "Update Dependencies" from the Maven context menu on the project. Neither of these made any difference. I then manually installed the dependency reference in my POM and ran my test. It worked fine. Is there anything else I should have done to refresh what plugins are available to populate in that list? _______________________________________________ m2e-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/m2e-users
