I am trying to update some eclipse maven preferences through a workspace task. When the workspace was originally created it was created with
file_export_version=3.0
/instance/org.eclipse.m2e.core/eclipse.m2.defaultRuntime=C\:\\maven\\apache-maven-3.0.5
/instance/org.eclipse.m2e.core/eclipse.m2.globalSettingsFile=C\:\\maven\\apache-maven-3.0.5\\conf\\settings.xml
/instance/org.eclipse.m2e.core/eclipse.m2.runtimes=C\:\\maven\\apache-maven-3.0.5
I wanted to upgrade it to
file_export_version=3.0
/instance/org.eclipse.m2e.core/eclipse.m2.defaultRuntime=C\:\\maven\\apache-maven-3.1.1
/instance/org.eclipse.m2e.core/eclipse.m2.globalSettingsFile=C\:\\maven\\apache-maven-3.1.1\\conf\\settings.xml
/instance/org.eclipse.m2e.core/eclipse.m2.runtimes=C\:\\maven\\apache-maven-3.1.1
but when eclipse launched and sdc applyed the updates the runtime for maven remained the same. Any tips or pointers on how to force the update would be greatly appreciated.
Thanks in advance!