| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://maven.apache.org/POM/4.0.0}Relocation (restriction)
4.0.0
Describes where an artifact has moved to. If any of the values are omitted, it is assumed to be the
same as it was before.| Nested Element Summary | |
xs:string | artifactId4.0.0The new artifact ID of the artifact. |
xs:string | groupId4.0.0The group ID the artifact has moved to. |
xs:string | message4.0.0An additional message to show the user about the move, such as the reason. |
xs:string | version4.0.0The new version of the artifact. |
<xs:complexType name="Relocation"><xs:all></xs:complexType><xs:element minOccurs="0" name="groupId" type="xs:string">
</xs:element><xs:element minOccurs="0" name="artifactId" type="xs:string">
</xs:element><xs:element minOccurs="0" name="version" type="xs:string">
</xs:element><xs:element minOccurs="0" name="message" type="xs:string"></xs:all>
</xs:element>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||