- This topic has 18 replies, 6 voices, and was last updated 16 years, 1 month ago by
Brian Fernandes.
-
AuthorPosts
-
June 19, 2009 at 10:45 am #299655
melentyeMemberAfter deselecting the checkboxes in the mentioned Maven4MyEclipse preferences Maven console is still there and I’m getting messages like
6/19/09 5:41:08 PM CEST: [INFO] User settings file does not exist T:\System\.m2\settings.xml 6/19/09 5:41:32 PM CEST: Unable to update index for central http://repo1.maven.org/maven2/
As I have already said we have no access to the internet on the work machines, so every application which non-interactively tries to connect to the internet is bad.
June 22, 2009 at 5:20 pm #299737
Brian FernandesModeratorMelentye,
I’ve asked the dev team to look into this issue, Maven should be highly tied down especially once those preferences are turned off.
Is the fact that Maven is trying to connect to the internet the only reason why you need to remove it from your installation? Also if you aren’t using Maven anyway, the errors you see above are harmless (at least to MyEclipse) – I understand you may have other issues with the attempt to connect.Could you enable the first preference – “Enable Maven4MyEclipse Features” from that preference page and then click OK. If you reopen the preference dialog, you should now see a Maven node under this preference page. There is an Offline checkbox which should keep it quiet – you can also turn off the “Download repository index updates on startup” option (though the offline mode should take care of this as well).
Please let us know how this goes, thanks.
June 23, 2009 at 4:52 am #299745
melentyeMemberJust “Offline” doesn’t help. I also need to uncheck “Download repository index updates on startup”.
the reasons why I don’t want maven plugin enabled are:
1) our project is a bit conservative and we don’t use maven there.
2) already mentioned reason about unauthorized internet access.Do you have any advice on how to get rid of another message about user settings file?
And thanks for the help, I really appreciate it.
June 24, 2009 at 2:01 pm #299830
Brian FernandesModeratorMelentye,
Thank you for the info. I’m afraid I cannot suggest anything that will prevent those messages from appearing – they are harmless though.
I did file a bug covering this issue and Maven would be turned off entirely when we fix those preferences. -
AuthorPosts