Hello,

I configure ivy with a settings file using the
following resolver:

<resolvers>
  <filesystem name="local">
     <ivy
pattern="${repository.dir}/[organisation]/[module]/[branch]/[revision]/ivy.xml"/>
     <artifact
pattern="${repository.dir}/[organisation]/[module]/[branch]/[revision]/[artifact].[ext]"/>
  </filesystem>
</resolvers>

However, when I publish the artifacts I receive the
following message:

:: publishing :: claudia.homeunix.net#hwlib
        published hwlib to
/Users/rambus/.ivyrepo/claudia.homeunix.net/hwlib/br-1/1.0.part/hwlib.jar
        published ivy to
/Users/rambus/.ivyrepo/claudia.homeunix.net/hwlib/br-1/1.0.part/ivy.xml
        publish commited: moved
/Users/rambus/.ivyrepo/claudia.homeunix.net/hwlib/1.0.part

                to
/Users/rambus/.ivyrepo/claudia.homeunix.net/hwlib/1.0

The branch name is skipped from the destination
directory when the publish is committed. I tracked
down the reason and submitted IVY-814 jira ticket -
https://issues.apache.org/jira/browse/IVY-814.

Regards
Rambius

Tangra Mega Rock: http://www.radiotangra.com/


      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

Reply via email to