You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, when running the Pipeline in Concourse, I get the following 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]`
I've tried version 1.3.6 and the latest versions of this resource however both are giving us the same error. Can you please point out what I'm doing wrong, please?
The text was updated successfully, but these errors were encountered:
sadly this resource seems to no longer being maintained actively by the author.
This issue is most likely due to more than one .jar-fie being picked up by your wildcard query for the file parameter: binaries/application-*.jar
The same happened to me when building a project with javadoc or sources.
This issue is known for some time, see #28.
Also there is a pull request to improve the error message but it hasn't been merged, see #39.
This is a pity, given that this resource is "officially" one of the recommended resources on the Concourse homepage. It doesn't bode well for Concourse as a project if the recommended resources are not maintained.
I've having trouble executing this resource with the following pipeline:
However, when running the Pipeline in Concourse, I get the following error:
I've tried version 1.3.6 and the latest versions of this resource however both are giving us the same error. Can you please point out what I'm doing wrong, please?
The text was updated successfully, but these errors were encountered: