Sorry, again:
ivysettings.xml:
<ivysettings>
<property name="ivy.local.default.root"
value="${ivy.default.ivy.user.dir}/local" override="false"/>
<property name="ivy.local.default.ivy.pattern"
value="[organisation]/[module]/[revision]/[type]s/[artifact].[ext]"
override="false"/>
<property name="ivy.local.default.artifact.pattern"
value="[organisation]/[module]/[revision]/[type]s/[artifact].[ext]"
override="false"/>
<settings defaultResolver="chain"/>
<resolvers>
<chain name="chain">
<url name="primefaces" m2compatible="true"
checkconsistency="false">
<ivy
pattern="http://repository.prime.com.tr/org/[artifact]/[artifact]/[revision]/[artifact]-[revision].pom"
/>
<artifact
pattern="http://repository.prime.com.tr/org/[artifact]/[artifact]/[revision]/[artifact]-[revision].[ext]"
/>
</url>
<ibiblio name="public" m2compatible="true"/>
</chain>
</resolvers>
</ivysettings>
ivy.xml:
<ivy-module version="2.0">
<info organisation="ib" module="provided"/>
<configurations>
<conf name="provided" visibility="public"/>
</configurations>
<dependencies>
<dependency org="org.primefaces" name="primefaces" rev="1.0.1"
conf="provided"/>
</dependencies>
</ivy-module>
______________________________________________________________
> Od: "Andrew Thorburn" <[email protected]>
> Komu: [email protected]
> Datum: 11.04.2011 11:13
> Předmět: Re: Download provided dependencies
>
You appear to have replaced the XML files with a whole bunch of 'Â'
characters, at least when I view the source of your email through
GMail... Viewing the email normally I just see a whole bunch of
nothing.
- Andrew