You can use the following:
mvn -Dmaven.test.skip=true release:prepare release:perform
Within release-plugin the arguments are passed via -Darguments='....'
to the sub process which is started by release:perform
. The other arguments are passed to the process which is started by release:prepare
.