Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passing multiple jars in via wildcard yields unhelpful error message "no POM in this directory" #28

Open
rondagostino opened this issue Nov 29, 2018 · 1 comment

Comments

@rondagostino
Copy link

I get this error message if I specify multiple jars as input (e.g passing in file: *.jar of some sort that results in myCode-0.0.1.jar and myCode-0.0.1-sources.jar both being picked up):

[ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/tmp/build/put). Please verify you invoked Maven from the correct directory. -> [Help 1]

It would be helpful if the error message were more explicit about the real issue, which is that you need to specify exactly one file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants