Namespace: |
|
Content: |
complex, 9 elements |
Defined: |
globally in maven-4.0.0.xsd; see XML source |
Includes: |
definitions of 9 elements |
Used: |
at 1 location |
XML Representation Summary |
|||
<...> |
|||
|
|||
</...> |
<dependency>
element contains information about a dependency
of the project.
<xs:all>
<xs:element minOccurs="0" name="groupId" type="xs:string"/>
</xs:all>
<xs:complexType>
</xs:element>
<xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:complexType>
|
Type: |
xs:string, predefined, simple content |
maven-artifact
.
|
Type: |
xs:string, predefined, simple content |
sources
and javadoc
:
see default artifact handlers for a list,jdk14
and jdk15
.
|
Type: |
anonymous complexType, complex content |
<xs:complexType>
<xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:element>
|
Type: |
xs:string, predefined, simple content |
org.apache.maven
.
|
Type: |
xs:string, predefined, simple content |
String
for technical reasons, the semantic type is actually
Boolean
. Default value is false
.
|
Type: |
xs:string, predefined, simple content |
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. The default scope is compile
.
|
Type: |
xs:string, predefined, simple content |
${java.home}
.
|
Type: |
xs:string, predefined, simple content |
jar
, war
, ejb-client
and test-jar
: see default
artifact handlers for a list. New types can be defined by extensions, so this is not a complete list.
|
Default: |
"jar" |
Type: |
xs:string, predefined, simple content |
3.2.1
. In Maven 2, this can also be
specified as a range of versions.
|
XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit. |