Serialized Form


Package org.apache.maven.archetype.catalog

Class org.apache.maven.archetype.catalog.Archetype extends Object implements Serializable

Serialized Fields

groupId

String groupId
The groupId of the archetype.


artifactId

String artifactId
The artifactId of the archetype.


version

String version
The version of the archetype. RELEASE is a valid version.


repository

String repository
The repository where to find the archetype. When omitted, the archetype is searched for in the repository where the catalog comes from.


description

String description
The description of the archetype.


goals

List<E> goals
Field goals.


properties

Properties properties
Field properties.

Class org.apache.maven.archetype.catalog.ArchetypeCatalog extends Object implements Serializable

Serialized Fields

archetypes

List<E> archetypes
Field archetypes.


modelEncoding

String modelEncoding
Field modelEncoding.



Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.