Closed gastaldi closed 2 months ago
Apparently a call is missing to projectBuildingRequest.setRemoteRepositories(...)
here: https://github.com/kordamp/pomchecker/blob/96676f91490184b87ff7625e452ae89a01e4f02c/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/internal/PomParser.java#L85
🎉 This issue has been resolved in v1.12.0
(Release Notes)
Having a pom.xml like the following:
First run
rm -rf ~/.m2/repository/io/quarkiverse
to make sure your local repository does not have the parent artifact.When I run
pomchecker check-maven-central --file pom.xml
the following error is shown: