Closed helpermethod closed 1 year ago
That would make the --file
parameter be optional and look for a pom.xml
in the current directory, right?
That would make the
--file
parameter be optional and look for apom.xml
in the current directory, right?
Exactly!
🎉 This issue has been resolved in v1.10.0
(Release Notes)
First of all, great project!
Exactly the help I need to put my library to Maven Central ❤️ !
Now, when I was executing
in the root directory of my project, I was expecting
pomchecker
to search for thepom.xml
in the current directory by default. Wdyt?Wouldn't mind making the change myself btw.