0 votes
in DevOps by
Maven Super POM View

1 Answer

0 votes
by
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.

Related questions

0 votes
asked Feb 20, 2020 in DevOps by MBarbieri
0 votes
0 votes
asked Jul 23, 2020 in DevOps by Hodge
...