Last few days I was working on maven topics. I realized all the default plugins comes from super pom as per this link. I executed the command mvn dependency:resolve-plugins
after removing the compiler plugin i could see all the plugins there. My question is if i am not mentioning in my pom those compiler plugin then from where those plugin coming to my effective pom. I could not see compiler plugin the Super pom.
Your inputs are valuable.