Serialized Form
-
Package org.apache.maven.archetype.metadata
-
Class org.apache.maven.archetype.metadata.AbstractArchetypeDescriptor
class AbstractArchetypeDescriptor extends Object implements Serializable-
Serialized Fields
-
fileSets
List<FileSet> fileSets
Field fileSets. -
modules
List<ModuleDescriptor> modules
Field modules.
-
-
-
Class org.apache.maven.archetype.metadata.ArchetypeDescriptor
class ArchetypeDescriptor extends AbstractArchetypeDescriptor implements Serializable-
Serialized Fields
-
modelEncoding
String modelEncoding
Field modelEncoding. -
name
String name
Name of the Archetype, that will be displayed to the user when choosing an archetype. -
partial
boolean partial
Is this archetype representing a full Maven project or only parts? -
requiredProperties
List<RequiredProperty> requiredProperties
Field requiredProperties.
-
-
-
Class org.apache.maven.archetype.metadata.FileSet
class FileSet extends Object implements Serializable-
Serialized Fields
-
directory
String directory
The directory where the files will be searched for, which is also the directory where the project's files will be generated. -
encoding
String encoding
Encoding to use when filtering content. -
excludes
List<String> excludes
Field excludes. -
filtered
boolean filtered
Filesets can be filtered, which means the selected files will be used as Velocity templates. They can be non-filtered, which means the selected files will be copied without modification. -
includes
List<String> includes
Field includes. -
packaged
boolean packaged
Filesets can be packaged, which means the selected files will be generated/copied in a directory structure that is prepended by the package property. They can be non-packaged, which means that the selected files will be generated/copied without that prepend.
-
-
-
Class org.apache.maven.archetype.metadata.ModuleDescriptor
class ModuleDescriptor extends AbstractArchetypeDescriptor implements Serializable -
Class org.apache.maven.archetype.metadata.RequiredProperty
class RequiredProperty extends Object implements Serializable
-