metadataAddRequest element
Type: | metadataAddRequest |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Available Since: | 1.4-M4 |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<metadataAddRequest>
<groupId>...</groupId>
<artifactId>...</artifactId>
<version>...</version>
<metadatas>
<entry>
<key>...</key>
<value>...</value>
</entry>
<entry>
<key>
<!--(another 'string' type)-->
</key>
<value>
<!--(another 'string' type)-->
</value>
</entry>
<!--...more entries...-->
</metadatas>
</metadataAddRequest>