Closed aalmiray closed 4 years ago
For a project layout as
. ├── pom.xml └── subprojects └── project1 └── pom.xml
The root project is resolved as subprojects/project1/pom.xml instead of ./pom.xml.
subprojects/project1/pom.xml
./pom.xml
For a project layout as
The root project is resolved as
subprojects/project1/pom.xml
instead of./pom.xml
.