Uses of Class
org.apache.maven.archetype.exception.InvalidPackaging
Packages that use InvalidPackaging
Package
Description
-
Uses of InvalidPackaging in org.apache.maven.archetype.common
Methods in org.apache.maven.archetype.common that throw InvalidPackaging -
Uses of InvalidPackaging in org.apache.maven.archetype.common.util
Methods in org.apache.maven.archetype.common.util that throw InvalidPackagingModifier and TypeMethodDescriptionstatic boolean
PomUtils.addNewModule
(String artifactId, Reader fileReader, Writer fileWriter) Adds moduleartifactId
unless the module already presents infileReader
. -
Uses of InvalidPackaging in org.apache.maven.archetype.generator
Methods in org.apache.maven.archetype.generator that throw InvalidPackagingModifier and TypeMethodDescriptionvoid
DefaultFilesetArchetypeGenerator.generateArchetype
(ArchetypeGenerationRequest request, File archetypeFile) void
FilesetArchetypeGenerator.generateArchetype
(ArchetypeGenerationRequest request, File archetypeFile) Generate a project from an archetype file.private void
DefaultFilesetArchetypeGenerator.processFilesetModule
(String rootArtifactId, String artifactId, List<String> archetypeResources, File pom, ZipFile archetypeZipFile, String moduleOffset, File basedirPom, File outputDirectoryFile, String packageName, AbstractArchetypeDescriptor archetypeDescriptor, org.apache.velocity.context.Context context) private void
DefaultFilesetArchetypeGenerator.processFilesetProject
(AbstractArchetypeDescriptor archetypeDescriptor, String moduleId, List<String> archetypeResources, File pom, ZipFile archetypeZipFile, String moduleOffset, org.apache.velocity.context.Context context, String packageName, File outputDirectoryFile, File basedirPom) private void
DefaultArchetypeGenerator.processOldArchetype
(ArchetypeGenerationRequest request, File archetypeFile) private void
DefaultFilesetArchetypeGenerator.processPomWithParent
(org.apache.velocity.context.Context context, File pom, String moduleOffset, File basedirPom, String moduleId) -
Uses of InvalidPackaging in org.apache.maven.archetype.old
Methods in org.apache.maven.archetype.old that throw InvalidPackagingModifier and TypeMethodDescription(package private) static boolean
DefaultOldArchetype.addModuleToParentPom
(String artifactId, Reader fileReader, Writer fileWriter) void
DefaultOldArchetype.createArchetype
(ArchetypeGenerationRequest request, File archetypeFile) void
DefaultOldArchetype.createArchetype
(ArchetypeGenerationRequest request, org.apache.maven.artifact.repository.ArtifactRepository archetypeRepository) void
OldArchetype.createArchetype
(ArchetypeGenerationRequest request, File archetypeFile) Create a project from an archetype file.void
OldArchetype.createArchetype
(ArchetypeGenerationRequest request, org.apache.maven.artifact.repository.ArtifactRepository archetypeRepository) Download an archetype then create a project from it.