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