view ssdt.default.ivy.settings.xml @ 42:f1144aa0c01b

CM-127: Improve sonar target to handle java projects and optionally use 'build breaker' to fail builds
author smith@nwoca.org
date Tue, 07 Jun 2011 21:44:14 -0400
parents 50476062adbe
children f1c7d93a41c8
line wrap: on
line source
<!-- SSDT default ivy settings.
    This file should be used by all SSDT projects based on Ivy.  It should included from
    the project's local ivysettings.xml file.
-->
<ivysettings>
    <settings defaultResolver="default"/>
    <caches defaultCacheDir="${user.home}/.ivy2/cache" useOrigin="true">
        <cache name="ssdt-cache" basedir="${user.home}/.ivy2/ssdt-cache"/>
    </caches>
    <property name="ivy.local.default.root" value="${user.home}/.ivy2/local" override="false"/>
    <property name="ivy.default.ivy.user.dir" value="${user.home}/.ivy2" override="false"/>
    <include url="${ivy.default.settings.dir}/ivysettings-public.xml"/>
    <include url="${ivy.default.settings.dir}/ivysettings-shared.xml"/>
    <include url="${ivy.default.settings.dir}/ivysettings-local.xml"/>
    <include url="${ivy.default.settings.dir}/ivysettings-main-chain.xml"/>
    <include url="${ivy.default.settings.dir}/ivysettings-default-chain.xml"/>
    <resolvers >
        <chain name="default" checkmodified="true" changingMatcher="*.*SNAPSHOT">
            <filesystem name="local" checkmodified="true" force="true" cache="ssdt-cache" changingPattern=".*SNAPSHOT" >
                <ivy pattern="${ivy.local.default.root}/${ivy.local.default.ivy.pattern}" />
                <artifact pattern="${ivy.local.default.root}/${ivy.local.default.artifact.pattern}" />
            </filesystem>
            <url name="ssdt-snapshots" checkmodified="true" changingPattern=".*SNAPSHOT">
                <ivy pattern="http://ivy.ssdt.nwoca.org/snapshots/[organisation]/[module]/[revision]/[type]s/[artifact].[ext]"/>
                <artifact pattern="http://ivy.ssdt.nwoca.org/snapshots/[organisation]/[module]/[revision]/[type]s/[artifact].[ext]"/>
            </url>
            <url name="ssdt-repository">
                <ivy pattern="http://ivy.ssdt.nwoca.org/repository/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"/>
                <artifact pattern="http://ivy.ssdt.nwoca.org/repository/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"/>
            </url>
            <ibiblio name="ssdt-repo" root="http://repos.ssdt.nwoca.org/artifactory/ssdt-repo/" m2compatible="true"/>
        </chain>
    </resolvers>
</ivysettings>