- This topic has 2 replies, 3 voices, and was last updated 14 years, 8 months ago by support-joy.
-
AuthorPosts
-
Leonid ShchervinskyParticipantI am getting the following messages in the Console:
————————————————————–
3/9/10 8:51:12 AM EST: [INFO] User settings file does not exist C:\Documents and Settings\xxxxxxxxxxxxx\.m2\settings.xml
3/9/10 8:51:16 AM EST: [INFO] User settings file does not exist C:\Documents and Settings\xxxxxxxxxxxxx\.m2\settings.xml
3/9/10 8:51:21 AM EST: Downloading central : nexus-maven-repository-index.zip
3/9/10 8:51:39 AM EST: [INFO] User settings file does not exist C:\Documents and Settings\xxxxxxxxxxxxx\.m2\settings.xml
3/9/10 9:43:25 AM EST: Downloaded [central] -> http://repo1.maven.org/maven2/.index/nexus-maven-repository-index.zip
3/9/10 9:43:28 AM EST: Unable to update index for central http://repo1.maven.org/maven2/
———————————————I am not using Maven at all. What is the best way to resolve these errors and why do they come up in the first place?
Thanks
Leonid
support-shaliniMemberLeonid,
You can ignore those messages. Optionally you can turn off maven from Windows > Preferences > MyEclipse > Maven4MyEclipse and uncheck “Enable Maven4MyEclipse Features”.
You can refer to the following link for further reference –
https://www.genuitec.com/forums/topic/maven-configuration-problem/
support-joyMemberLeonid,
Can you answer few queries –
1. Can you copy and paste your installation details? Open MyEclipse IDE, from menu options click on MyEclipse > Installation Summary > Installation Details
2. Can you mention the steps in detail taken by you which resulted in this issue?
3. Since you are not using Maven4MyEclipse, I would recommend you to turn off this feature. From MyEclipse IDE menu options click on Window > Preferences > MyEclipse > Maven4MyEclipse and turn off the checkbox for “Enable Maven4MyEclipse features”. Click on [Apply] and [OK].
4. Perform a -clean as mentioned here – https://www.genuitec.com/forums/topic/troubleshoot-using-the-clean-command-line-argument/
Let me know how this works for you. -
AuthorPosts