kordamp / pomchecker

🦉 Maven POM syntax checker
Apache License 2.0
60 stars 8 forks source link

Lookup pom.xml in current directory by default #12

Closed helpermethod closed 1 year ago

helpermethod commented 1 year ago

First of all, great project!

Exactly the help I need to put my library to Maven Central ❤️ !

Now, when I was executing

pomchecker 

in the root directory of my project, I was expecting pomchecker to search for the pom.xml in the current directory by default. Wdyt?

Wouldn't mind making the change myself btw.

aalmiray commented 1 year ago

That would make the --file parameter be optional and look for a pom.xml in the current directory, right?

helpermethod commented 1 year ago

That would make the --file parameter be optional and look for a pom.xml in the current directory, right?

Exactly!

aalmiray commented 7 months ago

🎉 This issue has been resolved in v1.10.0 (Release Notes)