http://maven.apache.org/POM/4.0.0
complexType Relocation

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://maven.apache.org/POM/4.0.0}Relocation (restriction)

Documentation
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.
Properties
This component is not nillable.

Model
<...>
(groupId? ; artifactId? ; version? ; message?)
</...>


Nested Element Summary
xs:stringartifactId
          4.0.0The new artifact ID of the artifact. 
xs:stringgroupId
          4.0.0The group ID the artifact has moved to. 
xs:stringmessage
          4.0.0An additional message to show the user about the move, such as the reason. 
xs:stringversion
          4.0.0The new version of the artifact. 
Source
<xs:complexType name="Relocation">
<xs:all>
<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:element>
</xs:all>
</xs:complexType>


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