| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://maven.apache.org/POM/4.0.0}Scm (restriction)
4.0.0
| Nested Element Summary | |
xs:string | connection4.0.0 The source control management system URL that describes the repository and how to connect to the repository. |
xs:string | developerConnection4.0.0 Just like <code>connection</code>, but for developers, i.e. |
xs:string | tag4.0.0 The tag of current code. |
xs:string | url4.0.0 The URL to the project's browsable SCM repository, such as ViewVC or Fisheye. |
<xs:complexType name="Scm"><xs:all></xs:complexType><xs:element minOccurs="0" name="connection" type="xs:string">
</xs:element><xs:element minOccurs="0" name="developerConnection" type="xs:string">
</xs:element><xs:element default="HEAD" minOccurs="0" name="tag" type="xs:string">
</xs:element><xs:element minOccurs="0" name="url" type="xs:string"></xs:all>
</xs:element>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||