Using m2eclipse

2011-10-14 Thread Evan Uebel
I'm just starting using Maven with m2eclipse. I'm trying to import the com.google.api.services, but there doesn't see to be a Maven repository. Now I followed the info on http://code.google.com/p/google-api-java-client/wiki/APIs#Maven_support but the POM file gives an error saying: Missing artifact

Re: Why the error with settings.xml when building using m2eclipse?

2010-04-26 Thread Wayne Fay
> Is it a bug in m2Eclipse, or did I miss a step in m2eclipse setup? > I can successfully build from the command line even without this file M2eclipse questions belong on the m2eclipse user list: http://m2eclipse.sonatype.org/project-information.html Wayne ---

Why the error with settings.xml when building using m2eclipse?

2010-04-26 Thread Binod Pant
I tried m2eclipse for the first time. I got Eclipse running fine with the plugin, but when I tried to build a project using Maven, I got the error "The specified user settings file does not exist: myuserfolder/.m2/settings.xml" I manually created a settings.xml file, and got rid of the probl