verifier.deleteArtifact(
systemProperties.getProperty("groupId", DEFAULT_TEST_GROUP_ID),
systemProperties.getProperty("artifactId", DEFAULT_TEST_ARTIFACT_ID),
systemProperties.getProperty("version", DEFAULT_TEST_VERSION),
null);
verifier.deleteDirectory(systemProperties.getProperty("artifactId", DEFAULT_TEST_ARTIFACT_ID));
}
/*
* The data of the archetype to test are added here. Data needed are "archetypeGroupId", "archetypeArtifactId" and
* "archetypeVersion".