The patterns of your 'primefaces' repository are not correct.

Try the following:
<ibiblio name="primefaces" root="http://repository.prime.com.tr"; 
m2compatible="true" checkconsistency="false" />

Maarten



----- Original Message -----
From:"[email protected]" <[email protected]>
To:[email protected]
Cc:
Sent:Monday, April 11, 2011 11:33 AM
Subject:Re: Download provided dependencies


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

Reply via email to