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

Reply via email to