I am relatively new to Maven, I actually wanted to know how to build the renamed pom.xml i.e.
there is a xml with name parent-pom.xml shall I directly name it to pom.xml and try building it or is there some other way to do it?
Thanks!
|
I am relatively new to Maven, I actually wanted to know how to build the renamed pom.xml i.e. there is a xml with name parent-pom.xml shall I directly name it to pom.xml and try building it or is there some other way to do it? Thanks! |
|||
|
|
|
Maven looks for the You could use another file name using the
|
|||
|
|