Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[buckminster-dev] Re: Accessing a file available in svn from maven provider

could you check in the maven project in bug 177840 with a rmap sample?

a rmap that would check that out, download the maven dependencies (you'd
need my maven provider patch) and add it to the workspace


Thomas Hallgren wrote:
> Hi Carlos,
> Try declaring another provider in your search path with readerType="svn"
> and componentType="maven".
> 
> Regards,
> Thomas Hallgren
> 
> Carlos Sanchez wrote:
>> I have this use case:
>>
>> A rmap references a Maven project in svn.
>> The maven provider would need to access the pom.xml file in that svn in
>> order to know the remote repositories defined on it.
>>
>> Is there a way to access the svn provider from the maven provider to
>> read that pom.xml file?


Back to the top