Blame SOURCES/module-config.xml

103ab0
<configuration>
103ab0
  <resolverSettings>
103ab0
    <ignoreDuplicateMetadata>false</ignoreDuplicateMetadata>
103ab0
  </resolverSettings>
103ab0
  <artifactManagement>
103ab0
    <rule>
103ab0
      <artifactGlob>
103ab0
        <artifactId>{*}</artifactId>
103ab0
      </artifactGlob>
103ab0
      <files>
103ab0
        <file>@{mns}/@1</file>
103ab0
      </files>
103ab0
    </rule>
103ab0
  </artifactManagement>
103ab0
  <repositories>
103ab0
    <repository>
103ab0
      <id>install-@{mns}</id>
103ab0
      <type>compound</type>
103ab0
      <properties>
103ab0
        <namespace>@{mns}</namespace>
103ab0
      </properties>
103ab0
      <configuration>
103ab0
        <repositories>
103ab0
          <repository>base-install</repository>
103ab0
        </repositories>
103ab0
      </configuration>
103ab0
    </repository>
103ab0
  </repositories>
103ab0
</configuration>