You should change the Maven goals to be "deploy" instead of "install", and configuration the distributionManagement appropriately. It's best to just let Maven handle it :)
Cheers, Brett On 31/08/2007, mfs <[EMAIL PROTECTED]> wrote: > > Hello Guys, > > I am using artifactory as the repository manager and would want to configure > continuum such that the build(s) done by it (for m2 projects) are deployed > on the artifactory m2 repository. Now as you would know artifactory uses the > derby db to store the artifacts (rather than in the file-system) and hence i > cant give a directory path to the artifactory repository ... anyone has any > idea as to how to make it work...gave a try though to give the http url to > artifactory repo but that rather was appended in the form > "c:\appl\......\http://localhost/svn/repos"..so that obviously isnt the way > to go about it...? > > Thanks in advance and Regards, > > Farhan. > > > -- > View this message in context: > http://www.nabble.com/%22Deployment-Repository-Directory%22-in-case-of-artifactory---tf4357403.html#a12417891 > Sent from the Continuum - Users mailing list archive at Nabble.com. > > -- Brett Porter Blog: http://www.devzuz.org/blogs/bporter/
