Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
If using
<name>org.ui.externaltools.ExternalToolBuilder</name>
as shown in the documentation at Maven documentation for eclipse:eclipse, after executing eclipse:eclipse the maven builders configured in eclipse for the project will not run automatically.
While this can be fixed manually with a few clicks, it's quite annoying - and can easily be fixed by usind the correct name (which is not mentioned in the documentation, but set by eclipse when fixed manually):
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>