Ugh! My Eclipse is stuck in an endless loop:
JAVA_HOME
). path
, in my case path is C:\Program Files\Java\jdk1.8.0_101\bin
. Not sure which one of this resolved the issue, I don't see auto build happening now.
After this, I created a new maven project. Which was set to use the 1.7 by default, this project too resulted in endless loop. But 1.7 is not configured in eclipse. Updating the project properties to use the java version available in my eclipse has resolved the issue.