-
Notifications
You must be signed in to change notification settings - Fork 644
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
build failed: Conversion = '%' #457
Comments
rhuss
added a commit
that referenced
this issue
May 22, 2016
Thanks a lot for reporting this ! It's an regression introduced when formatting info messages has been added. this is fixed in the next relase. |
Thank you, and you're welcome :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I tried to setup a minimalistic maven projecct to try your plugin and I am getting a build failure with the following message:
The thing is that error occurs only at the first time I build a container which means that once docker uses its cache, the error doesn't show up.
Here's what I get with a mvn -X:
I am using Maven 3.3.3 with an OpenJDK 1.8.
Here is a sample project to reproduce the issue: [https://github.com/aporo69/docker-maven-plugin-issue-457]
Thank you for your help and keep up with the good job :)
The text was updated successfully, but these errors were encountered: