Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

location of pom.xml file

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?

like image 618
asamolion Avatar asked Jun 07 '15 16:06

asamolion


People also ask

Where is the POM xml file located?

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.

Where is POM xml file in Linux?

By default pom. xml is at root path of the project, else the path is overridden via -f flag. to have a pom.

Where is Maven super POM location?

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.


1 Answers

By default pom.xml is at root path of the project, else the path is overridden via -f flag.

like image 133
Himanshu Bhardwaj Avatar answered Oct 14 '22 03:10

Himanshu Bhardwaj