We have a lot of code in Ivy repositories stored with organisations that contain periods/full stops, i.e. com.this or com.that. We want to start using maven clients and have configured maven pom.xml files to request artefacts that have a groupId of say com.this or com.that. When the Maven tool requests the artefacts, it requests them at a path made up from the groupId, replacing .'s with /'s, i.e. com/this/... and com/that/... as maven inherently does. The artefact is never found as they are in folders of the format com.this and com.that, not a nested hierarchy.
I was kinda hoping that having Artifactory in the middle acting as a gateway would have performed these kind of translations, but am fast realising that this might not be the case. I have tried things such as storing the remote repository locally as both native Ivy and Maven but to no avail. Is anyone able to confirm for me if there is an Artifactory level solution to this problem or if I need to go and change all of my organisation's/groupId's to something with say -'s instead of .'s for everything to work together? Thanks in anticipation!! -- View this message in context: http://forums.jfrog.org/Accessing-ivy-organisations-with-periods-from-maven-via-Artifactory-tp7578152.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
