kordamp / gm

Gum is a Gradle/Maven/JBang wrapper written in Go
Apache License 2.0
59 stars 2 forks source link

[Maven] Calculation of root build file is wrong #3

Closed aalmiray closed 4 years ago

aalmiray commented 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.