Hi Sanjay,
This is the issue on plugin management. Add the following code block <pluginManagement> after <build> and before <plugins>in the pom.xml file.
<build>
<pluginManagement>
<plugins>
<plugin> ... </plugin>
</plugins>
</pluginManagement>
</build>
Then update your maven.
Regards,
Sakhuja