The POM that my project inherits contains some for the release plugin that specifies some additional arguments.>
release
arguments
Found the solution. In my POM I add this which overrides the settings in the parent POM and allows to specify additional arguments on command line, e.g. -Darguments=-Pmock
-Darguments=-Pmock
maven-release-plugin ${arguments} -Prelease