remoteRepository element

Type: remoteRepository
Namespace: (default namespace)
XML Schema: ns0.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <remoteRepository> <extraParameters> <entry> <key>...</key> <value>...</value> </entry> <entry> <key> <!--(another 'string' type)--> </key> <value> <!--(another 'string' type)--> </value> </entry> <!--...more entries...--> </extraParameters> <timeout>...</timeout> <remoteDownloadNetworkProxyId>...</remoteDownloadNetworkProxyId> <cronExpression>...</cronExpression> <extraHeaders> <entry> <key>...</key> <value>...</value> </entry> <entry> <key> <!--(another 'string' type)--> </key> <value> <!--(another 'string' type)--> </value> </entry> <!--...more entries...--> </extraHeaders> <password>...</password> <userName>...</userName> <remoteIndexUrl>...</remoteIndexUrl> <extraParametersEntries> <value>...</value> <key>...</key> </extraParametersEntries> <extraParametersEntries> <!--...--> </extraParametersEntries> <!--...more "extraParametersEntries" elements...--> <downloadRemoteIndex>...</downloadRemoteIndex> <remoteDownloadTimeout>...</remoteDownloadTimeout> <url>...</url> <extraHeadersEntries> <value>...</value> <key>...</key> </extraHeadersEntries> <extraHeadersEntries> <!--...--> </extraHeadersEntries> <!--...more "extraHeadersEntries" elements...--> <downloadRemoteIndexOnStartup>...</downloadRemoteIndexOnStartup> <layout>...</layout> <indexDirectory>...</indexDirectory> <name>...</name> <description>...</description> <id>...</id> </remoteRepository>