I'm using maven 3.2.5 and need to configure the default build path of maven.
HERE I found that the changes need to be made in pom.xml
file.
I just can't find the pom.xml file. Can anyone please tell me the default location of pom.xml
file?
The POM file is named pom. xml and should be located in the root directory of your project. A project divided into subprojects will typically have one POM file for the parent project, and one POM file for each subproject.
By default pom. xml is at root path of the project, else the path is overridden via -f flag. to have a pom.
The super POM file is at the top of the POM hierarchy, and it is bundled inside MAVEN_HOME/lib/maven-model-builder-3.2. 3. jar - org/apache/maven/model/pom-4.0. 0.
By default pom.xml is at root path of the project, else the path is overridden via -f flag.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With