I use STS(spring tool suite) + maven plugin.
Every time when I run my application using maven-clean I see following error:
maven-clean
[INFO] Scanni
I had similar issue. Earlier I was using Maven 3 to build the project. After switching to maven 2 , I had the above error.
Solved it by switching to Maven 3.