Is there any way to point ecilpse (Galileo) at a pom.xml file located at a URL and have it setup my workspace based upon what is in the pom.xml file. I have tried to use the import maven project feature in eclipse by downloading the pom.xml file to my desktop and importing the pom.xml file. That resulted in my project containing all of the items from my desktop.
There was also a function to Checkout Maven Project from SVN and I tried that also, but encountered the following error:
Can't rename c:\users\leto\FunJavaDevelopment\maven.1250263290804
The SVN URL is http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk
Am I just misunderstanding how to use the pom.xml file? Any assistance would be greatly appreciated.
By the way, I'm posting this on stackoverflow rather than dbunits site because I thought others might find the answer to be informative.
Thanks in advance.