Now, let us try to generate a view of Super POM by using a command mvn help:effective-pom. For this:
Check the current directory by using pwd and change the directory to where pom.xml file exists.
Example: cd first-maven-project.
You can do an ls to ensure that you are in the same directory as that of pom.xml.
Run the command mvn help:effective-pom to view Super POM.