Closed helpermethod closed 1 year ago
Agreed. Adding a check before executing the real command would be ideal.
Build failed because PRs don't have access to repo vars ðŸ˜
The file parameter is now validated and shows an error if the pom.xml
(which is either provided by --file
or defaulted to pom.xml
) does not exist.
Relates to #12.
One problem with the default value is obviously that it throws at you an ugly stacktrace if there is no
pom.xml
file in the current directory.I guess it makes sense to check for the existence and present a nicer error message?