Uses of Class
org.apache.maven.archetype.exception.TemplateCreationException
Packages that use TemplateCreationException
Package
Description
User Interaction for archetype creation from a project.
-
Uses of TemplateCreationException in org.apache.maven.archetype.creator
Methods in org.apache.maven.archetype.creator that throw TemplateCreationExceptionModifier and TypeMethodDescriptionprivate File
FilesetArchetypeCreator.createArchetypeProjectPom
(org.apache.maven.project.MavenProject project, org.apache.maven.project.ProjectBuildingRequest buildingRequest, Properties configurationProperties, File projectDir) Create the archetype project pom.xml file, that will be used to build the archetype. -
Uses of TemplateCreationException in org.apache.maven.archetype.ui.creation
Methods in org.apache.maven.archetype.ui.creation that throw TemplateCreationExceptionModifier and TypeMethodDescriptionArchetypeCreationConfigurator.configureArchetypeCreation
(org.apache.maven.project.MavenProject project, Boolean interactiveMode, Properties commandLineProperties, File propertyFile, List<String> languages) DefaultArchetypeCreationConfigurator.configureArchetypeCreation
(org.apache.maven.project.MavenProject project, Boolean interactiveMode, Properties commandLineProperties, File propertyFile, List<String> languages)