Hello,

It's an informative message, I don't think you need this file. It is used to setup default values for Maven. If you want to create a default settings.xml file working well for Nuxeo sources, here's a sample you can copy into C:\Documents and Settings\Poseidon.ONLINE\.m2\settings.xml:

<?xml version="1.0"?>
<settings>
 <profiles>
   <profile>
     <id>NXP</id>
     <repositories>
       <repository>
         <id>public</id>
         <url>http://maven.nuxeo.org/public</url>
         <releases>
           <enabled>true</enabled>
         </releases>
         <snapshots>
           <enabled>false</enabled>
         </snapshots>
       </repository>
       <repository>
         <id>public-snapshot</id>
         <url>http://maven.nuxeo.org/public-snapshot</url>
         <releases>
           <enabled>false</enabled>
         </releases>
         <snapshots>
           <enabled>true</enabled>
         </snapshots>
       </repository>
     </repositories>
   </profile>
 </profiles>
 <activeProfiles>
   <activeProfile>NXP</activeProfile>
 </activeProfiles>
</settings>

Regards,
Julien

Opspl Javateam a écrit :
Hi All,

I had installed all the Maven software updates required for Eclipse Ganymede to set up nuxeo project. When i start Eclipse, i get the following INFO messages in the Maven console:

5/19/09 4:33:49 PM IST: [INFO] User settings file does not exist C:\Documents and Settings\Poseidon.ONLINE\.m2\settings.xml

5/19/09 4:33:52 PM IST: [INFO] User settings file does not exist C:\Documents and Settings\Poseidon.ONLINE\.m2\settings.xml

I checked the above path... there is no settings.xml file. *What file is it? *and *How do i get it?*

Thanks in advance.

Regards,

Krishna.
------------------------------------------------------------------------

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

--
Julien Carsique, Nuxeo (Paris, France)
www.nuxeo.com - The Open Source ECM Platform - www.nuxeo.org
Nuxeo ECM Stack - The Java EE, scalable, standard-based ECM Platform
[email protected] | Tel: +33 1 40 33 79 87


_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to