Reader reader = null;
try
{
reader = new FileReader( this.verificationFile );
VerificationsXpp3Reader xppReader = new VerificationsXpp3Reader();
Verifications verifications = xppReader.read( reader );
for (org.apache.maven.plugin.verifier.model.File file : verifications.getFiles()) {
// Transform the file to check into an absolute path prefixing the basedir if
// the location is relative
if (file.getLocation() != null) {