RemoteResourcesBundle

A bundle of remote resources. This is the model specification for META-INF/maven/remote-resources.xml.

<remoteResourcesBundle xmlns="http://maven.apache.org/remote-resources/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/remote-resources/1.1.0 https://maven.apache.org/xsd/remote-resources-1.1.0.xsd">
  <remoteResources/>
  <sourceEncoding/>
</remoteResourcesBundle>

remoteResourcesBundle

Root element of the remote-resources.xml file.

Element Type Description
remoteResources/remoteResource* List<String> (Many) Remote resources that are contained in a remote resources bundle.
sourceEncoding String Source encoding of the remote resources contained in the bundle.