Description
Running the tck creates some temporary files such as datanucleus.txt and tck.txt. These files might remain when cancelling the tck run. The maven-clean-plugin configuration should explicitly remove these files.
These files are created in the directory from which mvn install is called, so the maven-clean-plugin configuration should be checked in the root pom and the tck module pom.