I have an ivy:publish target for which I use an ivysettings.xml file, but when I check the artifactory server access log it is using "anonymous" user and not picking up "myuser". Is there another place where I should put the credentials line? Seems like it's being ignored. I'm using ivy version 2.1.0 and Artifactory version 2.0.8
<ivysettings> <settings defaultResolver="my-chain"> </settings> <property name="ivy.repository.host" value="alfartifactory:8080/artifactory"/> <credentials host="http://alfartifactory:8080/artifactory" realm="Artifactory Realm" username="myuser" passwd="mypwd"/> <resolvers> <!-- <properties file="ivy.properties"/> --> <chain name="my-chain"> <url name="my-ivy2"> <artifact pattern="http://${ivy.repository.host}/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]" /> <artifact pattern="http://${ivy.repository.host}/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]" /> <artifact pattern="http://${ivy.repository.host}/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]" /> </url> </chain> </resolvers> </ivysettings> Nicholas DiLauro Sr. Build Engineer III 6425 Christie Ave, Ste 300 Emeryville, CA 94608 +1 510.285.5026 direct +1 510.285.5026 fax [email protected]<mailto:[email protected]> www.inovis.com<http://www.inovis.com/> [cid:[email protected]]<http://www.inovis.com/images/inovis_logo_sign.jpg>
