Serialized Form
|
Package org.apache.maven.archetype.metadata |
fileSets
List<E> fileSets
- Field fileSets.
modules
List<E> modules
- Field modules.
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<E> requiredProperties
- Field requiredProperties.
modelEncoding
String modelEncoding
- Field modelEncoding.
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.
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.
encoding
String encoding
- Encoding to use when filtering content.
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.
includes
List<E> includes
- Field includes.
excludes
List<E> excludes
- Field excludes.
id
String id
- The module's artifactId.
dir
String dir
- The module's directory.
name
String name
- The module's name.
key
String key
- Key value of the property.
defaultValue
String defaultValue
- Default value of the property.
Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.