don't worry. check: http://www.nabble.com/m2eclipse-0.0.11-%22Unable-to-parse-user-settings-file%22-tf4499756s177.html
Mark Davis wrote: > > Hello > > When I specify any settings.xml file to maven plugin I receive > Unable to parse user settings file warning. > Unfortunately maven plugin does not tell what's wrong with the file. > While maven it self works with this file fine from the command line. > Here is the settings.xml I try > <?xml version="1.0" encoding="UTF-8"?> > > <localRepository/> > <interactiveMode/> > <usePluginRegistry/> > <offline/> > <pluginGroups/> > <servers/> > <mirrors/> > <proxies> > <proxy> > <id>optional</id> > <active>true</active> > <protocol>http</protocol> > <username>user</username> > <password>password</password> > <host>some.proxy.net</host> > <port>8080</port> > </proxy> > </proxies> > <activeProfiles/> > </settings> > > What could it be? How to fix it? > > PS > I use m2eclipse pluging version 0.0.11.20070916-2300 > > > > > > ____________________________________________________________________________________ > Yahoo! oneSearch: Finally, mobile search > that gives answers, not web links. > http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC > -- View this message in context: http://www.nabble.com/Unable-to-parse-user-settings-file-warning-tf4528837s177.html#a12923517 Sent from the Maven Eclipse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
