All Downloads are FREE. Search and download functionalities are using the official Maven repository.

archetype-resources..mvn.custom-settings.xml Maven / Gradle / Ivy

Go to download

Easily create configuration to document your project with this archetype

There is a newer version: 0.2.3
Show newest version
<settings xmlns="http://maven.apache.org/SETTINGS/1.2.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.2.0 http://maven.apache.org/xsd/settings-1.2.0.xsd">
    <mirrors>
        <mirror>
            <id>rubygems-releases-http-unblocker</id>
            <mirrorOf>rubygems-releases</mirrorOf>
			<name>rubygems-releases</name>
			<url>http://rubygems-proxy.torquebox.org/releases</url>
            <blocked>false</blocked>
        </mirror>
    </mirrors>
</settings>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy