OK, I see something. I'm trying to use -Dmaven.test.skip=true to speed things up, but that stops the creation of the test jar. Unfortunately, since I get random test failures, this is a problem.
I think that we need to replace the test-jar trick with an extra project, since it's really preferably to skip tests in release:perform.