You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running "Maven > Update Maven Project" removes <accessrules> for the <classpathentry path="org.eclipse.jdt.launching.JRE_CONTAINER/..."> entry in the .classpath file.
The symptoms are the same as this issue that was resolved in 2017. I assume perhaps the previous fix resolved the issue for <classpathentry path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> but not for org.eclipse.jdt.launching.JRE_CONTAINER.
Below is an example <classpathentry> that is affected:
Running "Maven > Update Maven Project" removes
<accessrules>
for the<classpathentry path="org.eclipse.jdt.launching.JRE_CONTAINER/...">
entry in the.classpath
file.The symptoms are the same as this issue that was resolved in 2017. I assume perhaps the previous fix resolved the issue for
<classpathentry path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
but not fororg.eclipse.jdt.launching.JRE_CONTAINER
.Below is an example
<classpathentry>
that is affected:The text was updated successfully, but these errors were encountered: