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

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