complexType Scm

complexType {http://maven.apache.org/POM/4.0.0}Scm

Abstractfalse (This can be used in an instance)
Target Namespacehttp://maven.apache.org/POM/4.0.0
Declared Namespacesxmlns:xs=http://www.w3.org/2001/XMLSchema
xmlns=http://maven.apache.org/POM/4.0.0


Source

<xs:complexType name="Scm">
    <
xs:annotation>
        <
xs:documentation source="version">4.0.0</xs:documentation>
    </
xs:annotation>
    <
xs:all>
        <
xs:element name="connection" minOccurs="0" type="xs:string">
            <
xs:annotation>
                <
xs:documentation source="version">4.0.0</xs:documentation>
                <
xs:documentation source="description">
The source configuration management system URL
that describes the repository and how to connect to the
repository. This is used by Maven when
<a
href="/plugins/dist/index.html">building versions</a>
from specific ID.
                
</xs:documentation>
            </
xs:annotation>
        </
xs:element>
        <
xs:element name="developerConnection" minOccurs="0" type="xs:string">
            <
xs:annotation>
                <
xs:documentation source="version">4.0.0</xs:documentation>
                <
xs:documentation source="description">
Just like connection, but for developers, i.e. this scm connection
will not be read only.
                
</xs:documentation>
            </
xs:annotation>
        </
xs:element>
        <
xs:element name="tag" minOccurs="0" type="xs:string" default="HEAD">
            <
xs:annotation>
                <
xs:documentation source="version">4.0.0</xs:documentation>
                <
xs:documentation source="description">The tag of current code. By default, it's set to HEAD during development.</xs:documentation>
            </
xs:annotation>
        </
xs:element>
        <
xs:element name="url" minOccurs="0" type="xs:string">
            <
xs:annotation>
                <
xs:documentation source="version">4.0.0</xs:documentation>
                <
xs:documentation source="description">The URL to the project's browsable CVS repository.</xs:documentation>
            </
xs:annotation>
        </
xs:element>
    </
xs:all>
</
xs:complexType>


Documentation

See also: version
4.0.0


complexType Scm


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.