|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package org.apache.maven.model |
---|
Class org.apache.maven.model.Activation extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
boolean activeByDefault
java.lang.String jdk
1.4
only activates on JDKs versioned 1.4, while
!1.4
matches any JDK that is not version 1.4.
ActivationOS os
ActivationProperty property
ActivationFile file
ActivationCustom custom
Class org.apache.maven.model.ActivationCustom extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.Object configuration
java.lang.String type
Class org.apache.maven.model.ActivationFile extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String missing
java.lang.String exists
Class org.apache.maven.model.ActivationOS extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String name
${os.name}
Java property, such
as Windows XP
.
java.lang.String family
windows
or
unix
.
java.lang.String arch
java.lang.String version
Class org.apache.maven.model.ActivationProperty extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String name
java.lang.String value
Class org.apache.maven.model.Build extends BuildBase implements Serializable |
---|
Serialized Fields |
---|
java.lang.String sourceDirectory
java.lang.String scriptSourceDirectory
java.lang.String testSourceDirectory
java.lang.String outputDirectory
java.lang.String testOutputDirectory
java.util.List<E> extensions
Class org.apache.maven.model.BuildBase extends PluginConfiguration implements Serializable |
---|
Serialized Fields |
---|
java.lang.String defaultGoal
java.util.List<E> resources
java.util.List<E> testResources
java.lang.String directory
java.lang.String finalName
${artifactId}-${version}
.
java.util.List<E> filters
Class org.apache.maven.model.CiManagement extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String system
continuum
.
java.lang.String url
java.util.List<E> notifiers
Class org.apache.maven.model.ConfigurationContainer extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String inherited
java.lang.Object configuration
boolean inheritanceApplied
Class org.apache.maven.model.Contributor extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String name
java.lang.String email
java.lang.String url
java.lang.String organization
java.lang.String organizationUrl
java.util.List<E> roles
java.lang.String timezone
java.util.Properties properties
Class org.apache.maven.model.Dependency extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String groupId
org.apache.maven
.
java.lang.String artifactId
maven-artifact
.
java.lang.String version
3.2.1
. In Maven 2, this can also be
specified as a range of versions.
java.lang.String type
jar
. While it usually represents the extension
on
the filename of the dependency, that is not
always the case. A type can be mapped to a different
extension and a classifier.
The type often correspongs to the packaging
used, though this is also not always the case.
Some examples are jar
,
war
, ejb-client
and
test-jar
.
New types can be defined by plugins that set
extensions
to true
, so
this is not a complete list.
java.lang.String classifier
jdk14
and jdk15
.
java.lang.String scope
compile
, runtime
,
test
,
system
, and provided
.
Used to
calculate the various classpaths used for
compilation, testing, and so on. It also assists in
determining
which artifacts to include in a distribution of
this project. For more information, see
the
dependency mechanism.
java.lang.String systemPath
${java.home}
.
java.util.List<E> exclusions
boolean optional
Class org.apache.maven.model.DependencyManagement extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.util.List<E> dependencies
Class org.apache.maven.model.DeploymentRepository extends RepositoryBase implements Serializable |
---|
Serialized Fields |
---|
boolean uniqueVersion
Class org.apache.maven.model.Developer extends Contributor implements Serializable |
---|
Serialized Fields |
---|
java.lang.String id
Class org.apache.maven.model.DistributionManagement extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
DeploymentRepository repository
DeploymentRepository snapshotRepository
repository
element.
Site site
java.lang.String downloadUrl
url
. This is given to assist in
locating artifacts that are not in the repository due to
licensing restrictions.
Relocation relocation
java.lang.String status
none
(default),
converted
(repository manager
converted this from an Maven 1 POM), partner
(directly synced from a partner Maven 2
repository), deployed
(was deployed from a
Maven 2
instance), verified
(has been hand
verified as correct and final).
Class org.apache.maven.model.Exclusion extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String artifactId
java.lang.String groupId
Class org.apache.maven.model.Extension extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String groupId
java.lang.String artifactId
java.lang.String version
Class org.apache.maven.model.FileSet extends PatternSet implements Serializable |
---|
Serialized Fields |
---|
java.lang.String directory
Class org.apache.maven.model.IssueManagement extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String system
java.lang.String url
Class org.apache.maven.model.License extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String name
java.lang.String url
java.lang.String distribution
java.lang.String comments
Class org.apache.maven.model.MailingList extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String name
java.lang.String subscribe
mailto:
link will automatically be
created when
the documentation is created.
java.lang.String unsubscribe
mailto:
link will automatically be
created
when the documentation is created.
java.lang.String post
mailto:
link will automatically be
created
when the documentation is created.
java.lang.String archive
java.util.List<E> otherArchives
Class org.apache.maven.model.Model extends ModelBase implements Serializable |
---|
Serialized Fields |
---|
Parent parent
java.lang.String modelVersion
java.lang.String groupId
org.apache.maven
).
java.lang.String artifactId
java.lang.String packaging
jar
war
ear
pom
.
Plugins can create their own packaging, and
therefore their own packaging types,
so this list does not contain all possible
types.
java.lang.String name
java.lang.String version
java.lang.String description
java.lang.String url
Prerequisites prerequisites
IssueManagement issueManagement
CiManagement ciManagement
java.lang.String inceptionYear
java.util.List<E> mailingLists
java.util.List<E> developers
java.util.List<E> contributors
java.util.List<E> licenses
Scm scm
Organization organization
Build build
java.util.List<E> profiles
java.lang.String modelEncoding
Class org.apache.maven.model.ModelBase extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.util.List<E> modules
java.util.List<E> repositories
java.util.List<E> pluginRepositories
java.util.List<E> dependencies
java.lang.Object reports
Reporting reporting
mvn site
. All of the
reports will be included in the navigation bar
for browsing.
DependencyManagement dependencyManagement
DistributionManagement distributionManagement
java.util.Properties properties
Class org.apache.maven.model.Notifier extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String type
boolean sendOnError
boolean sendOnFailure
boolean sendOnSuccess
boolean sendOnWarning
java.lang.String address
java.util.Properties configuration
Class org.apache.maven.model.Organization extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String name
java.lang.String url
Class org.apache.maven.model.Parent extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String artifactId
java.lang.String groupId
java.lang.String version
java.lang.String relativePath
pom.xml
file within the check out.
The default value is ../pom.xml
.
Maven looks for the parent pom first in the
reactor of currently building projects, then in this
location on
the filesystem, then the local repository, and
lastly in the remote repo.
relativePath
allows you to select a
different location,
for example when your structure is flat, or
deeper without an intermediate parent pom.
However, the group ID, artifact ID and version
are still required,
and must match the file in the location given or
it will revert to the repository for the POM.
This feature is only for enhancing the
development in a local checkout of that project.
Class org.apache.maven.model.PatternSet extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.util.List<E> includes
java.util.List<E> excludes
Class org.apache.maven.model.Plugin extends ConfigurationContainer implements Serializable |
---|
Serialized Fields |
---|
java.lang.String groupId
java.lang.String artifactId
java.lang.String version
boolean extensions
java.util.List<E> executions
java.util.List<E> dependencies
java.lang.Object goals
java.util.Map<K,V> executionMap
Class org.apache.maven.model.PluginConfiguration extends PluginContainer implements Serializable |
---|
Serialized Fields |
---|
PluginManagement pluginManagement
Class org.apache.maven.model.PluginContainer extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.util.List<E> plugins
java.util.Map<K,V> pluginMap
Class org.apache.maven.model.PluginExecution extends ConfigurationContainer implements Serializable |
---|
Serialized Fields |
---|
java.lang.String id
java.lang.String phase
java.util.List<E> goals
Class org.apache.maven.model.PluginManagement extends PluginContainer implements Serializable |
---|
Class org.apache.maven.model.Prerequisites extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String maven
Class org.apache.maven.model.Profile extends ModelBase implements Serializable |
---|
Serialized Fields |
---|
java.lang.String id
Activation activation
BuildBase build
java.lang.String source
Class org.apache.maven.model.Relocation extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String groupId
java.lang.String artifactId
java.lang.String version
java.lang.String message
Class org.apache.maven.model.Reporting extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
boolean excludeDefaults
java.lang.String outputDirectory
${project.build.directory}/site
.
java.util.List<E> plugins
java.util.Map<K,V> reportPluginMap
Class org.apache.maven.model.ReportPlugin extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String groupId
java.lang.String artifactId
java.lang.String version
java.lang.String inherited
java.lang.Object configuration
java.util.List<E> reportSets
java.util.Map<K,V> reportSetMap
boolean inheritanceApplied
Class org.apache.maven.model.ReportSet extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String id
java.lang.Object configuration
java.lang.String inherited
java.util.List<E> reports
boolean inheritanceApplied
Class org.apache.maven.model.Repository extends RepositoryBase implements Serializable |
---|
Serialized Fields |
---|
RepositoryPolicy releases
RepositoryPolicy snapshots
Class org.apache.maven.model.RepositoryBase extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String id
settings.xml
file, for example.
java.lang.String name
java.lang.String url
protocol://hostname/path
.
java.lang.String layout
legacy
or
default
.
Class org.apache.maven.model.RepositoryPolicy extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
boolean enabled
java.lang.String updatePolicy
always,
daily
(default),
interval:XXX
(in minutes) or
never
(only if it doesn't exist locally).
java.lang.String checksumPolicy
ignore
,
fail
or
warn
(the default).
Class org.apache.maven.model.Resource extends FileSet implements Serializable |
---|
Serialized Fields |
---|
java.lang.String targetPath
org.apache.maven.messages
), you
must specify this
element with this value:
org/apache/maven/messages
.
This is not required if you simply put the
resources in that directory structure at the source,
however.
boolean filtering
properties
element and from the properties in
the files listed
in the filters
element.
Class org.apache.maven.model.Scm extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String connection
java.lang.String developerConnection
connection
, but for
developers, i.e. this scm connection
will not be read only.
java.lang.String tag
java.lang.String url
Class org.apache.maven.model.Site extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String id
settings.xml
file, for example.
java.lang.String name
java.lang.String url
protocol://hostname/path
.
Package org.apache.maven.model.v3_0_0 |
---|
Class org.apache.maven.model.v3_0_0.Branch extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String tag
Class org.apache.maven.model.v3_0_0.Build extends BuildBase implements Serializable |
---|
Serialized Fields |
---|
java.lang.String nagEmailAddress
java.lang.String sourceDirectory
java.lang.String unitTestSourceDirectory
java.lang.String aspectSourceDirectory
java.lang.String integrationUnitTestSourceDirectory
java.util.List<E> sourceModifications
UnitTest unitTest
Class org.apache.maven.model.v3_0_0.BuildBase extends PluginConfiguration implements Serializable |
---|
Serialized Fields |
---|
java.lang.String defaultGoal
java.util.List<E> resources
Class org.apache.maven.model.v3_0_0.Contributor extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String name
java.lang.String email
java.lang.String url
java.lang.String organization
java.lang.String organizationUrl
java.util.List<E> roles
java.lang.String timezone
java.util.Properties properties
Class org.apache.maven.model.v3_0_0.Dependency extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String id
groupId
and
artifactId
together instead.
java.lang.String groupId
org.apache.maven
.
java.lang.String artifactId
maven-artifact
.
java.lang.String version
3.2.1
. In Maven 2, this can also be
specified as a range of versions.
java.lang.String url
java.lang.String jar
java.lang.String type
jar
. While it usually represents the extension
on
the filename of the dependency, that is not
always the case.
Some examples are jar
,
war
, and plugin
.
A dependency of type plugin
is
loaded as a Maven plugin and not added to the project
build classpath.
java.util.Properties properties
Class org.apache.maven.model.v3_0_0.Developer extends Contributor implements Serializable |
---|
Serialized Fields |
---|
java.lang.String id
Class org.apache.maven.model.v3_0_0.FileSet extends PatternSet implements Serializable |
---|
Serialized Fields |
---|
java.lang.String directory
Class org.apache.maven.model.v3_0_0.License extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String name
java.lang.String url
java.lang.String distribution
java.lang.String comments
Class org.apache.maven.model.v3_0_0.MailingList extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String name
java.lang.String subscribe
mailto:
link will automatically be
created when
the documentation is created.
java.lang.String unsubscribe
mailto:
link will automatically be
created
when the documentation is created.
java.lang.String post
mailto:
link will automatically be
created
when the documentation is created.
java.lang.String archive
java.util.List<E> otherArchives
Class org.apache.maven.model.v3_0_0.Model extends ModelBase implements Serializable |
---|
Serialized Fields |
---|
java.lang.String extend
project.xml
file. For
example,
<extend>${basedir}/../project.xml</extend>
.
java.lang.String pomVersion
3
.
java.lang.String groupId
org.apache.maven
).
java.lang.String artifactId
java.lang.String id
groupId
and artifactId
elements
if they were previously empty.
java.lang.String name
java.lang.String currentVersion
java.lang.String shortDescription
java.lang.String description
java.lang.String url
java.lang.String logo
/images/project-logo.png
) or
an absolute URL
(e.g.,
http://my.corp/project-logo.png
). This is used
when generating the project documentation.
java.lang.String issueTrackingUrl
java.lang.String inceptionYear
java.lang.String gumpRepositoryId
java.lang.String siteAddress
java.lang.String siteDirectory
java.lang.String distributionSite
maven.repo.central
and maven.repo.central.directory
.
java.lang.String distributionDirectory
java.util.List<E> mailingLists
java.util.List<E> developers
java.util.List<E> contributors
java.util.List<E> licenses
java.util.List<E> versions
java.util.List<E> branches
java.util.List<E> packageGroups
java.util.List<E> reports
Repository repository
Organization organization
java.util.Properties properties
java.lang.String packageName
Build build
java.lang.String modelEncoding
Class org.apache.maven.model.v3_0_0.ModelBase extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.util.List<E> dependencies
Class org.apache.maven.model.v3_0_0.Organization extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String name
java.lang.String url
java.lang.String logo
/images/org-logo.png
) or an
absolute URL
(e.g., http://my.corp/logo.png
).
This value is used
when generating the project documentation.
Class org.apache.maven.model.v3_0_0.PackageGroup extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String title
java.lang.String packages
Class org.apache.maven.model.v3_0_0.PatternSet extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.util.List<E> includes
java.util.List<E> excludes
Class org.apache.maven.model.v3_0_0.PluginConfiguration extends PluginContainer implements Serializable |
---|
Class org.apache.maven.model.v3_0_0.PluginContainer extends java.lang.Object implements Serializable |
---|
Class org.apache.maven.model.v3_0_0.Repository extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String connection
java.lang.String developerConnection
connection
, but for
developers, i.e. this scm connection
will not be read only.
java.lang.String url
Class org.apache.maven.model.v3_0_0.Resource extends FileSet implements Serializable |
---|
Serialized Fields |
---|
java.lang.String targetPath
org.apache.maven.messages
), you
must specify this
element with this value:
org/apache/maven/messages
.
This is not required if you simply put the
resources in that directory structure at the source,
however.
boolean filtering
properties
element and from the properties in
the files listed
in the filters
element.
Class org.apache.maven.model.v3_0_0.SourceModification extends FileSet implements Serializable |
---|
Serialized Fields |
---|
java.lang.String className
sourceDirectory
.
java.lang.String property
sourceDirectory
.
Class org.apache.maven.model.v3_0_0.UnitTest extends PatternSet implements Serializable |
---|
Serialized Fields |
---|
java.util.List<E> resources
Class org.apache.maven.model.v3_0_0.Version extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String name
1.0
,
1.1-alpha1
,
1.2-beta
,
1.3.2
etc.
java.lang.String tag
java.lang.String id
Package org.apache.maven.project |
---|
Class org.apache.maven.project.Branch extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String tag
Class org.apache.maven.project.Build extends BuildBase implements Serializable |
---|
Serialized Fields |
---|
java.lang.String nagEmailAddress
java.lang.String sourceDirectory
java.lang.String unitTestSourceDirectory
java.lang.String aspectSourceDirectory
java.lang.String integrationUnitTestSourceDirectory
java.util.List<E> sourceModifications
UnitTest unitTest
Class org.apache.maven.project.BuildBase extends PluginConfiguration implements Serializable |
---|
Serialized Fields |
---|
java.lang.String defaultGoal
java.util.List<E> resources
Class org.apache.maven.project.Contributor extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String name
java.lang.String email
java.lang.String url
java.lang.String organization
java.lang.String organizationUrl
java.util.List<E> roles
java.lang.String timezone
java.util.Properties properties
Class org.apache.maven.project.Dependency extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String id
groupId
and
artifactId
together instead.
java.lang.String groupId
org.apache.maven
.
java.lang.String artifactId
maven-artifact
.
java.lang.String version
3.2.1
. In Maven 2, this can also be
specified as a range of versions.
java.lang.String url
java.lang.String jar
java.lang.String type
jar
. While it usually represents the extension
on
the filename of the dependency, that is not
always the case.
Some examples are jar
,
war
, and plugin
.
A dependency of type plugin
is
loaded as a Maven plugin and not added to the project
build classpath.
java.util.Properties properties
Class org.apache.maven.project.Developer extends Contributor implements Serializable |
---|
Serialized Fields |
---|
java.lang.String id
Class org.apache.maven.project.FileSet extends PatternSet implements Serializable |
---|
Serialized Fields |
---|
java.lang.String directory
Class org.apache.maven.project.License extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String name
java.lang.String url
java.lang.String distribution
java.lang.String comments
Class org.apache.maven.project.MailingList extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String name
java.lang.String subscribe
mailto:
link will automatically be
created when
the documentation is created.
java.lang.String unsubscribe
mailto:
link will automatically be
created
when the documentation is created.
java.lang.String post
mailto:
link will automatically be
created
when the documentation is created.
java.lang.String archive
java.util.List<E> otherArchives
Class org.apache.maven.project.Model extends ModelBase implements Serializable |
---|
Serialized Fields |
---|
java.lang.String extend
project.xml
file. For
example,
<extend>${basedir}/../project.xml</extend>
.
java.lang.String pomVersion
3
.
java.lang.String groupId
org.apache.maven
).
java.lang.String artifactId
java.lang.String id
groupId
and artifactId
elements
if they were previously empty.
java.lang.String name
java.lang.String currentVersion
java.lang.String shortDescription
java.lang.String description
java.lang.String url
java.lang.String logo
/images/project-logo.png
) or
an absolute URL
(e.g.,
http://my.corp/project-logo.png
). This is used
when generating the project documentation.
java.lang.String issueTrackingUrl
java.lang.String inceptionYear
java.lang.String gumpRepositoryId
java.lang.String siteAddress
java.lang.String siteDirectory
java.lang.String distributionSite
maven.repo.central
and maven.repo.central.directory
.
java.lang.String distributionDirectory
java.util.List<E> mailingLists
java.util.List<E> developers
java.util.List<E> contributors
java.util.List<E> licenses
java.util.List<E> versions
java.util.List<E> branches
java.util.List<E> packageGroups
java.util.List<E> reports
Repository repository
Organization organization
java.util.Properties properties
java.lang.String packageName
Build build
java.lang.String modelEncoding
Class org.apache.maven.project.ModelBase extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.util.List<E> dependencies
Class org.apache.maven.project.Organization extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String name
java.lang.String url
java.lang.String logo
/images/org-logo.png
) or an
absolute URL
(e.g., http://my.corp/logo.png
).
This value is used
when generating the project documentation.
Class org.apache.maven.project.PackageGroup extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String title
java.lang.String packages
Class org.apache.maven.project.PatternSet extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.util.List<E> includes
java.util.List<E> excludes
Class org.apache.maven.project.PluginConfiguration extends PluginContainer implements Serializable |
---|
Class org.apache.maven.project.PluginContainer extends java.lang.Object implements Serializable |
---|
Class org.apache.maven.project.Repository extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String connection
java.lang.String developerConnection
connection
, but for
developers, i.e. this scm connection
will not be read only.
java.lang.String url
Class org.apache.maven.project.Resource extends FileSet implements Serializable |
---|
Serialized Fields |
---|
java.lang.String targetPath
org.apache.maven.messages
), you
must specify this
element with this value:
org/apache/maven/messages
.
This is not required if you simply put the
resources in that directory structure at the source,
however.
boolean filtering
properties
element and from the properties in
the files listed
in the filters
element.
Class org.apache.maven.project.SourceModification extends FileSet implements Serializable |
---|
Serialized Fields |
---|
java.lang.String className
sourceDirectory
.
java.lang.String property
sourceDirectory
.
Class org.apache.maven.project.UnitTest extends PatternSet implements Serializable |
---|
Serialized Fields |
---|
java.util.List<E> resources
Class org.apache.maven.project.Version extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String name
1.0
,
1.1-alpha1
,
1.2-beta
,
1.3.2
etc.
java.lang.String tag
java.lang.String id
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |