Uses of Class
org.apache.maven.project.BaseObject

Packages that use BaseObject
org.apache.maven.project Classes used in the Maven Project Object Model 
 

Uses of BaseObject in org.apache.maven.project
 

Subclasses of BaseObject in org.apache.maven.project
 class Branch
           
 class Build
           
 class Contributor
          A Contributor to a project is an individual that has contributed in some way to the project, but is not a Contributor.
 class Dependency
           
 class Developer
          A Developer is, in Jakarta terms, a committer on a project.
 class Jar
          A Jar as specified in the project descriptor
 class License
          A License as specified in the project descriptor
 class MailingList
           
 class Organization
           
 class PackageGroup
          A PackageGroup is a group of packages with a title which is used to document the packages inside a project when creating the javadoc.
 class Plugin
          A Plugin is essentially a Project, but in the context of POM we only need the basic id, verions, and properties so extending BaseObject will suffice.
 class Project
           
 class Repository
          NOTE: This is very CVS specific, but I would like to try additional SCM package like subversion ASAP.
 class Resource
          Represents a set of files in a single directory.
 class SourceModification
          A source modification is made when a given class or property is present during a build.
 class UnitTest
          Collects unit-test include and exclude patterns and resources.
 class Version
           
 



Copyright © 2001-2005 Apache Software Foundation. All Rights Reserved.