Uses of Class
org.apache.maven.archetype.mojos.IntegrationTestMojo.IntegrationTestFailure
Packages that use IntegrationTestMojo.IntegrationTestFailure
-
Uses of IntegrationTestMojo.IntegrationTestFailure in org.apache.maven.archetype.mojos
Methods in org.apache.maven.archetype.mojos that throw IntegrationTestMojo.IntegrationTestFailureModifier and TypeMethodDescriptionprivate void
IntegrationTestMojo.assertDirectoryEquals
(File reference, File actual) Checks that actual directory content is the same as reference.private ArchetypeGenerationRequest
IntegrationTestMojo.generate
(String archetypeGroupId, String archetypeArtifactId, String archetypeVersion, File archetypeFile, Properties properties, String basedir) private void
IntegrationTestMojo.invokePostArchetypeGenerationGoals
(String goals, File basedir, File goalFile) private void
IntegrationTestMojo.processIntegrationTest
(File goalFile, File archetypeFile) private File
IntegrationTestMojo.setupParentProjects
(File configFolder, File buildFolder)