Hi,

It is possible to  access maven artifacts of a build via a (virtuell) 
repository url?

Where are running parallel builds following the deployment pipeline idea in the 
environment teamcity 7.1 and Artifactory pro.

We are looking for a feature, to configure our maven repository
(contains only the build results) like:


<repository>
    <id>forum-snapshot</id>
    <url>http://172.25.22.98:8081/artifactory/OurBuilds/${build.number}/</url>
    <releases>
        <enabled>false</enabled>
    </releases>
    <snapshots>
        <enabled>true</enabled>
        <updatePolicy>always</updatePolicy>
    </snapshots>
</repository>

Thanks for a hint
Torsten

------------------------------------------------------------------------------
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

Reply via email to