http://maven.apache.org/POM/4.0.0
element project

Documentation
3.0.0+
         The <code>&lt;project&gt;</code> element is the root of the descriptor.
         The following table lists all of the possible child elements.
      
Properties
This component is not nillable.

Model
<project>
(parent? ; modelVersion? ; groupId? ; artifactId? ; packaging? ; name? ; version? ; description? ; url? ; prerequisites? ; issueManagement? ; ciManagement? ; inceptionYear? ; mailingLists ; developers ; contributors ; licenses ; scm? ; organization? ; build? ; profiles ; modules ; repositories ; pluginRepositories ; dependencies ; reports ; reporting? ; dependencyManagement? ; distributionManagement? ; properties)
</project>


Nested Element Summary
xs:stringartifactId
          3.0.0+ The identifier for this artifact that is unique within the group given by the group ID. 
Buildbuild
          3.0.0+Information required to build the project. 
CiManagementciManagement
          4.0.0The project's continuous integration information. 
 contributors
          3.0.0+ Describes the contributors to a project that are not yet committers.  
 dependencies
          3.0.0+ This element describes all of the dependencies associated with a project. 
DependencyManagementdependencyManagement
          4.0.0 Default dependency information for projects that inherit from this one. 
xs:stringdescription
          3.0.0+ A detailed description of the project, used by Maven whenever it needs to describe the project, such as on the web site. 
 developers
          3.0.0+ Describes the committers of a project.  
DistributionManagementdistributionManagement
          4.0.0Distribution information for a project that enables deployment of the site and artifacts to remote web servers and repositories respectively. 
xs:stringgroupId
          3.0.0+ A universally unique identifier for a project. 
xs:stringinceptionYear
          3.0.0+ The year of the project's inception, specified with 4 digits. 
IssueManagementissueManagement
          4.0.0The project's issue management system information. 
 licenses
          3.0.0+ This element describes all of the licenses for this project. 
 mailingLists
          3.0.0+ Contains information about a project's mailing lists.  
xs:stringmodelVersion
          4.0.0Declares to which version of project descriptor this POM conforms. 
 modules
          4.0.0 The modules (sometimes called subprojects) to build as a part of this project. 
xs:stringname
          3.0.0+ The full name of the project.  
Organizationorganization
          3.0.0+ This element describes various attributes of the organization to which the project belongs. 
xs:stringpackaging
          4.0.0 The type of artifact this project produces, for example <code>jar</code> <code>war</code> <code>ear</code> <code>pom</code>. 
Parentparent
          4.0.0 The location of the parent project, if one exists. 
 pluginRepositories
          4.0.0 The lists of the remote repositories for discovering plugins for builds and reports. 
Prerequisitesprerequisites
          4.0.0 Describes the prerequisites in the build environment for this project.  
 profiles
          4.0.0 A listing of project-local build profiles which will modify the build process when activated.  
 properties
          4.0.0 Properties that can be used throughout the POM as a substitution, and are used as filters in resources if enabled. 
Reportingreporting
          4.0.0 This element includes the specification of report plugins to use to generate the reports on the Maven-generated site. 
 reports
          4.0.0 <b>Deprecated</b>. 
 repositories
          4.0.0The lists of the remote repositories for discovering dependencies and extensions. 
Scmscm
          4.0.0 Specification for the SCM used by the project, such as CVS, Subversion, etc. 
xs:stringurl
          3.0.0+ The URL to the project's homepage.  
xs:stringversion
          4.0.0 The current version of the artifact produced by this project.  
Source
<xs:element name="project" type="Model">
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.