Additionally the `mvn` program will look for the pom in the root of the repository, but typically we have all the java
Additionally the `mvn` program will look for the pom file in the root of the repository, but typically we have all the java
package inside a folder, so we need to tell mvn to look for the pom in that folder, for doing so we have to overwrite the
files inside a folder, so we need to tell mvn to look for the pom in that folder, for doing so we have to overwrite the `MAVEN_POM_DIR` variable defined in the [build.yml](build.yml) file. For doing so we have to write the following in ur CI file, specifying the path of th directory in which the `pom.xml` is contained.
`MAVEN_POM_DIR` variable defined in the [build.yml](build.yml) file. For doing so we have to write the following in ur CI file.