Open vrevelas opened 4 years ago
Look like a bug and indeed I would fix that the property is honoured, too. Happy to take any PR ! (I, unfortunately, can't invest much time in this project)
This issue has been open for a long time with no activity. Is there any update on a fix?
@Mikep86 : Sorry for the inconvenience. Would it be possible for you to find time to fix this and provide a PR?
Description
I'm using a no-xml simple dockerfile build config and would like to disable the build cache.
Setting -Ddocker.noCache=true on the Maven command line works fine, but
does nothing.
Based on the docs, I'm not sure if this is intended behaviour or not. For example, both docker.noCache and docker.name appear in the list of properties in table 29 here. Setting docker.name as a property in the pom works fine.
So I'm suggesting a fix would be to either
Info
mvn -v
) :